Skip to content

Commit

Permalink
test: deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Nov 19, 2023
1 parent 398bb17 commit 9a271c7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,8 @@ jobs:
host: ${{ secrets.DEPLOY_HOST }}
username: ${{ secrets.DEPLOY_USERNAME }}
key: ${{ secrets.DEPLOY_KEY }}
script: sh ${{ secrets.DEPLOY_ROOT_PATH }}/scripts/deploy.sh
script: |
whoami
pwd
pm2 ls
sh ${{ secrets.DEPLOY_ROOT_PATH }}/scripts/deploy.sh

0 comments on commit 9a271c7

Please sign in to comment.