Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china authored Nov 19, 2023
1 parent 160853e commit 140920a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,9 @@ jobs:
host: ${{ secrets.DEPLOY_HOST }}
username: ${{ secrets.DEPLOY_USERNAME }}
key: ${{ secrets.DEPLOY_KEY }}
script: sh ${{ secrets.DEPLOY_ROOT_PATH }}/scripts/deploy.sh
script: |
node -v
pnpm -v
docker -v
which pm2
sh ${{ secrets.DEPLOY_ROOT_PATH }}/scripts/deploy.sh

0 comments on commit 140920a

Please sign in to comment.