We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c0cc62 + d67cf67 commit a088fe2Copy full SHA for a088fe2
Makefile
@@ -6,11 +6,11 @@ destroy:
6
deploy:
7
node ./validate.js
8
./node_modules/.bin/serverless deploy
9
- CLOUDFRONT_DISTRIBUTION_ID="" node deploy.js
10
- CLOUDFRONT_DISTRIBUTION_ID="" node create-invalidation.js
+ CLOUDFRONT_DISTRIBUTION_ID="${CLOUDFRONT_DISTRIBUTION_ID}" node deploy.js
+ CLOUDFRONT_DISTRIBUTION_ID="${CLOUDFRONT_DISTRIBUTION_ID}" node create-invalidation.js
11
12
invalidate:
13
14
15
listinvalidations:
16
aws cloudfront list-invalidations --distribution-id "" | head
0 commit comments