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

Commit ad26ac6

Browse files
fix typo
1 parent 3a51b9e commit ad26ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
AUTH_ENABLED: "True"
2121

2222
run: |
23-
echo AUTH_ENABLED
23+
echo $AUTH_ENABLED
2424
echo "$PRIVATE_KEY" > private_key && chmod 600 private_key
2525
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} '
2626
cd /home/ubuntu/opencdms-api

0 commit comments

Comments
 (0)