Skip to content

Commit

Permalink
Fix production deploy to azure
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Mar 2, 2022
1 parent 9c00fe4 commit 76f058c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ jobs:
at: /tmp/dist
- run:
name: deploy
command: az storage blob upload-batch -d "\$web" -s /tmp/dist/production/docs --account-name reactspectrum
command: az storage blob upload-batch -d "\$web" -s /tmp/dist/production/docs --account-name reactspectrum --overwrite true

comment:
executor: rsp
Expand Down

0 comments on commit 76f058c

Please sign in to comment.