Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
16BitNarwhal committed Sep 3, 2024
1 parent bedcb6a commit 5c2cde2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
SSH_USER: ${{ secrets.SSH_USER }}
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
SSH_IP: ${{ secrets.SSH_IP }}
SSH_PORT: ${{ secrets.SSH_PORT }}

- name: Run deployment script on project root directory
run: ssh my-vps 'cd ${{ secrets.PROJECT_ROOT }} && git fetch && git pull && ./prod.sh'
Expand Down

0 comments on commit 5c2cde2

Please sign in to comment.