Skip to content

Commit

Permalink
ci: add lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kuizuo committed Jun 22, 2024
1 parent a22e5c5 commit c44762d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,15 @@ jobs:
- name: Build
run: nr build

- name: Lint
run: nr lint

- name: SSH Deploy
uses: easingthemes/ssh-deploy@v4.1.10
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
ARGS: "-avzr --delete"
SOURCE: "build"
ARGS: '-avzr --delete'
SOURCE: 'build'
REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
REMOTE_USER: "root"
TARGET: "/opt/1panel/apps/openresty/openresty/www/sites/kuizuo.cn/index"
REMOTE_USER: 'root'
TARGET: '/opt/1panel/apps/openresty/openresty/www/sites/kuizuo.cn/index'

0 comments on commit c44762d

Please sign in to comment.