Fix workflow variable issue
Some checks failed
/ Build static site, docker image, upload artifact... (push) Successful in 1m50s
/ Connect to deployment host, update, and redeploy docs website. (push) Failing after 22s

This commit is contained in:
2024-09-05 23:54:39 -07:00
parent 41339fd8d2
commit 8d3eb79baf

View File

@@ -101,7 +101,7 @@ jobs:
name: Ping SSH host...
env:
SSH_HOST: ${{ secrets.DEPLOYMENT_HOST }}
run: ping -c 3 $DEPLOYMENT_HOST
run: ping -c 3 $SSH_HOST
-
name: Run deploy script.
run: ssh staging