Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
kuizuo committed Nov 21, 2023
1 parent 6e81082 commit f000ea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
SOURCE: 'apps/admin/dist'
REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
REMOTE_USER: ${{ secrets.REMOTE_USER }}
TARGET: '/www/wwwroot/admin.kuizuo.cn'
TARGET: '/opt/1panel/apps/openresty/openresty/www/sites/admin.kuizuo.cn/index'

- name: SSH Deploy api
uses: easingthemes/ssh-deploy@v4.1.10
Expand All @@ -51,4 +51,4 @@ jobs:
SOURCE: 'apps/api/dist'
REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
REMOTE_USER: ${{ secrets.REMOTE_USER }}
TARGET: '/www/wwwroot/NodeProject/nest-admin'
TARGET: '/opt/1panel/apps/openresty/openresty/www/sites/admin.kuizuo.cn/server'

0 comments on commit f000ea9

Please sign in to comment.