We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b1e019 commit 2a67c11Copy full SHA for 2a67c11
deploy.sh
@@ -16,7 +16,7 @@ fi
16
17
# Read other configuration from config.json
18
REGION=$(jq -r '.REGION' config.json)
19
-CLI_PROFILE=$(jq -r '.CLI_PROFILE' config.json)
+CLI_PROFILE=$(jq -r '.CLI_PROFILE // empty' config.json)
20
BUCKET=$(jq -r '.BUCKET' config.json)
21
MAX_AGE=$(jq -r '.MAX_AGE' config.json)
22
IDENTITY_POOL_ID=$(jq -r '.IDENTITY_POOL_ID' config.json)
init.sh
AWS_ACCOUNT_ID=$(jq -r '.AWS_ACCOUNT_ID' config.json)
0 commit comments