Skip to content

docs: update contributing guide #11

docs: update contributing guide

docs: update contributing guide #11

Workflow file for this run

name: Deploy
on:
push:
branches: ['master']
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: up9cloud/[email protected]
env:
HOST: ${{secrets.DEPLOY_HOST}}
KEY: ${{secrets.DEPLOY_SSH_KEY}}
TARGET: ${{secrets.DEPLOY_TARGET}}
MODE: push
VERBOSE: true
PORT: ${{secrets.DEPLOY_PORT}}
USER: ${{secrets.DEPLOY_USER}}
ARGS: -avz --exclude-from=.gitignore --exclude=/.git/ --exclude=/.github/