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

Commit 3a51b9e

Browse files
print env var in deployment script
1 parent 86a71ae commit 3a51b9e

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
@@ -20,6 +20,7 @@ jobs:
2020
AUTH_ENABLED: "True"
2121

2222
run: |
23+
echo AUTH_ENABLED
2324
echo "$PRIVATE_KEY" > private_key && chmod 600 private_key
2425
ssh -o StrictHostKeyChecking=no -o SendEnv=AUTH_ENABLED -o SendEnv=HOST_FQDN -o SendEnv=AWS_ACCESS_KEY_ID -o SendEnv=AWS_SECRET_ACCESS_KEY -i private_key ${USERNAME}@${HOSTNAME} '
2526
cd /home/ubuntu/opencdms-api

0 commit comments

Comments
 (0)