action echo some variables

This commit is contained in:
xiaomlove
2023-03-25 17:03:44 +08:00
committed by GitHub
parent 1c754678f0
commit 5d42e5fdd4

View File

@@ -30,6 +30,7 @@ jobs:
IdentityFile ~/.ssh/demo.key
StrictHostKeyChecking no
END
echo "user: $SSH_USER, host: $SSH_HOST, path: $DEMO_WEB_ROOT"
# Deploy
- name: Fetch code and update
run: |