Skip to content

Commit b40b135

Browse files
authored
Merge pull request #45 from MLH-Fellowship/github-action
fix
2 parents 6f3ee2c + 885a9aa commit b40b135

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
2929
SSH_IP: ${{ secrets.SSH_IP }}
3030

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

0 commit comments

Comments
 (0)