Skip to content

Commit 88be200

Browse files
committed
Edited deployment script
1 parent 25f05fe commit 88be200

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
@@ -27,5 +27,5 @@ jobs:
2727
SSH_IP: ${{ secrets.SSH_IP }}
2828
SSH_USER: ${{ secrets.SSH_USER }}
2929

30-
- name: Print root dir
31-
run: ssh my-droplet 'cd ${{ secrets.PROJECT_ROOT }} && pwd'
30+
- name: Deploy Site
31+
run: ssh my-droplet '~/redeploy-site.sh'

0 commit comments

Comments
 (0)