We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1280085 commit c56f891Copy full SHA for c56f891
infrastructure/upload-artifacts.bash
@@ -2,8 +2,8 @@
2
3
echo Uploading artifacts via AWS CLI...
4
5
-S3_BUCKET_ID=$(cd infrastructure && terraform output -raw s3_bucket_id)
6
-CLOUDFRONT_DISTRIBUTION_ID=$(cd infrastructure && terraform output -raw cloudfront_distribution_id)
+S3_BUCKET_ID=$(cd infrastructure && terraform output s3_bucket_id)
+CLOUDFRONT_DISTRIBUTION_ID=$(cd infrastructure && terraform output cloudfront_distribution_id)
7
8
cd dist
9
echo "window.env = { DEPLOY_ENV: \"$DEPLOY_ENV\", APP_VERSION: \"$APP_VERSION\", APP_SECRET: \"$APP_SECRET\", GA_ID: \"$GA_ID\" }" > assets/env.js
0 commit comments