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

Commit 7c4ba79

Browse files
echo host fqdn
1 parent ddfded6 commit 7c4ba79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy_latest.yml

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

0 commit comments

Comments
 (0)