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