Skip to content
This repository was archived by the owner on Nov 5, 2022. It is now read-only.

Commit ddfded6

Browse files
echo host fqdn
1 parent 3f1b5d3 commit ddfded6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy_stable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
run: |
2121
echo "$PRIVATE_KEY" > private_key && chmod 600 private_key
2222
export HOST_FQDN=${HOST_FQDN}
23+
echo $HOST_FQDN
2324
ssh -o StrictHostKeyChecking=no -i private_key ${USERNAME}@${HOSTNAME} '
2425
cd /home/ubuntu/opencdms-api
2526
git pull origin main

0 commit comments

Comments
 (0)