Skip to content

Commit

Permalink
Revert "Add overwrite flag to frontend deploy. (#3545)" (#3548)
Browse files Browse the repository at this point in the history
This reverts commit 49d7a81.
  • Loading branch information
rin-skylight authored Mar 10, 2022
1 parent 3842026 commit da52a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/deploy-application/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ runs:
echo "::group::Deploy frontend app"
az storage blob upload-batch -s client-build/ -d '$web' \
--account-name simplereport${{ inputs.deploy-env }}app \
--destination-path '/app' --overwrite
--destination-path '/app'
echo "::endgroup::"

0 comments on commit da52a88

Please sign in to comment.