File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616 STAGE : dev
1717
1818jobs :
19- build-deploy-- dev :
19+ build-deploy-dev :
2020 runs-on : ubuntu-latest
2121 environment : dev
2222 steps :
7676 echo "Invalidating Cloudfront caches using command : aws --profile ${AWS_PROFILE} cloudfront create-invalidation --distribution-id ${DISTRIBUTION_ID} --paths '/*'"
7777
7878 # SLS_DEBUG=* ./node_modules/serverless/bin/serverless.js cloudfrontInvalidate -s ${STAGE} -r ${AWS_REGION} --cloudfront=true
79- aws --profile ${AWS_PROFILE} cloudfront create-invalidation --distribution-id ${DISTRIBUTION_ID} --paths "/*" SLS_DEBUG=* yarn sls deploy --verbose -s ${STAGE} -r ${AWS_REGION}
79+ aws --profile ${AWS_PROFILE} cloudfront create-invalidation --distribution-id ${DISTRIBUTION_ID} --paths "/*"
8080 env :
8181 DISTRIBUTION_ID : E4CMSMNLN6Y7T
You can’t perform that action at this time.
0 commit comments