Skip to content

Commit 4e644bf

Browse files
committed
Update deploy workflow
1 parent a5d9981 commit 4e644bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
set -euo pipefail
3939
echo "=== running redeploy script on remote host ==="
40-
ssh my-vps 'echo $ROOT_PASSWORD | sudo -S ~/redeploy-site.sh'
40+
ssh my-vps "echo $ROOT_PASSWORD | sudo -S ~/redeploy-site.sh"
4141
echo "=== redeploy successful; syncing latest script copy ==="
4242
ssh my-vps 'yes | cp ~/graph-uf/scripts/redeploy-site.sh ~/redeploy-site.sh'
4343
echo "All remote commands finished."

0 commit comments

Comments
 (0)