We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f3ee2c + 885a9aa commit b40b135Copy full SHA for b40b135
.github/workflows/deploy.yml
@@ -28,5 +28,5 @@ jobs:
28
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
29
SSH_IP: ${{ secrets.SSH_IP }}
30
31
- - name: Print project root directory
32
- run: ssh my-vps 'cd ${{ secrets.PROJECT_ROOT }} && pwd'
+ - name: Deploy site
+ run: ssh my-vps '~/redeploy-site.sh'
0 commit comments