We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb5bdb commit a5d9981Copy full SHA for a5d9981
1 file changed
.github/workflows/deploy.yml
@@ -37,7 +37,7 @@ jobs:
37
run: |
38
set -euo pipefail
39
echo "=== running redeploy script on remote host ==="
40
- ssh my-vps 'echo "$ROOT_PASSWORD" | sudo -S ~/redeploy-site.sh'
+ ssh my-vps 'echo $ROOT_PASSWORD | sudo -S ~/redeploy-site.sh'
41
echo "=== redeploy successful; syncing latest script copy ==="
42
ssh my-vps 'yes | cp ~/graph-uf/scripts/redeploy-site.sh ~/redeploy-site.sh'
43
echo "All remote commands finished."
0 commit comments