Fix workflow variable issue
This commit is contained in:
@@ -101,7 +101,7 @@ jobs:
|
|||||||
name: Ping SSH host...
|
name: Ping SSH host...
|
||||||
env:
|
env:
|
||||||
SSH_HOST: ${{ secrets.DEPLOYMENT_HOST }}
|
SSH_HOST: ${{ secrets.DEPLOYMENT_HOST }}
|
||||||
run: ping -c 3 $DEPLOYMENT_HOST
|
run: ping -c 3 $SSH_HOST
|
||||||
-
|
-
|
||||||
name: Run deploy script.
|
name: Run deploy script.
|
||||||
run: ssh staging
|
run: ssh staging
|
||||||
|
|||||||
Reference in New Issue
Block a user