Skip to content

Commit

Permalink
Added No-Confirm for serverless client deploy (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
dealako authored Dec 10, 2022
1 parent ff6c64e commit cd12358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ jobs:
- run:
name: Deploy Frontend Bucket
command: |
echo "Running: yarn sls client deploy --stage=\"${STAGE}\" --verbose"
SLS_DEBUG=* yarn sls client deploy --stage="${STAGE}" --verbose
echo "Running: yarn sls client deploy --stage=\"${STAGE}\" --verbose --no-confirm"
SLS_DEBUG=* yarn sls client deploy --stage="${STAGE}" --verbose --no-confirm
- run:
name: Invalidate Cache
command: |
Expand Down

0 comments on commit cd12358

Please sign in to comment.