Skip to content

Commit a5d9981

Browse files
committed
Update deploy workflow again please work
1 parent feb5bdb commit a5d9981

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)