Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MAMV3x3 authored Aug 8, 2023
1 parent 5d7b6ee commit 751e0a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
SSH_IP: ${{ secrets.SSH_IP }}

- name: Print project root directory
run: ssh my-vps 'cd ${{ secrets.PROJECT_ROOT }} && pwd'
- name: Deploy Site
run: ssh my-vps '~/redeploy-site.sh'

0 comments on commit 751e0a4

Please sign in to comment.