Skip to content

Commit

Permalink
Updated Servless Deploy/Client Deploy Settings (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
dealako authored Dec 10, 2022
1 parent 7e581fe commit 3c8c4f9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,18 +177,18 @@ jobs:
- run:
name: Deploy Cloudfront and LambdaEdge
command: |
echo "Running: yarn sls deploy --stage=\"${STAGE}\" --cloudfront=true --verbose"
SLS_DEBUG=* yarn sls deploy --stage="${STAGE}" --cloudfront=true --verbose
echo "Running: yarn sls deploy --stage=\"${STAGE}\" --verbose"
SLS_DEBUG=* yarn sls deploy --stage="${STAGE}" --verbose
- run:
name: Deploy Frontend Bucket
command: |
echo "Running: yarn sls client deploy --stage=\"${STAGE}\" --cloudfront=true --no-confirm --no-policy-change --no-config-change --verbose"
SLS_DEBUG=* yarn sls client deploy --stage="${STAGE}" --cloudfront=true --no-confirm --no-policy-change --no-config-change --verbose
echo "Running: yarn sls client deploy --stage=\"${STAGE}\" --verbose"
SLS_DEBUG=* yarn sls client deploy --stage="${STAGE}" --verbose
- run:
name: Invalidate Cache
command: |
echo "Running: yarn sls cloudfrontInvalidate --stage=\"${STAGE}\" --region=\"${AWS_REGION}\" --cloudfront=\"true\""
SLS_DEBUG=* yarn sls cloudfrontInvalidate --stage="${STAGE}" --region="${AWS_REGION}" --cloudfront="true" --verbose
echo "Running: yarn sls cloudfrontInvalidate --stage=\"${STAGE}\" --region=\"${AWS_REGION}\" "
SLS_DEBUG=* yarn sls cloudfrontInvalidate --stage="${STAGE}" --region="${AWS_REGION}" --verbose
deployContributorConsoleDev:
<<: *deployFrontendAnchor
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:

workflows:
build_and_deploy:
jobs:
jobs:
- setup:
filters:
tags:
Expand Down

0 comments on commit 3c8c4f9

Please sign in to comment.