Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EliasSchaut authored Jan 24, 2024
1 parent f95f95d commit 8558766
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
REMOTE_USER: ${{ secrets.SSH_USER }}
TARGET: ${{ secrets.DEPLOY_DIR }}
EXCLUDE: "/dist/, /node_modules/"
AFTER_SKRIPT: pm2 restart PersonalPage
SSH_CMD_ARGS: -o StrictHostKeyChecking=yes
SSH_CMD_ARGS: -o StrictHostKeyChecking=no
AFTER_SKRIPT: |
pm2 restart PersonalPage

0 comments on commit 8558766

Please sign in to comment.