mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-21 16:18:28 +01:00
azcopy - Switch hash comparison from timestamp (#8218)
* Switch from timestamp to hash comparison * Switch flag placement * Add a value to the --compare-hash option * Setting compare-hash to a string value * undo debug default
This commit is contained in:
parent
450b5b6e8c
commit
06993594cc
2
.github/workflows/deploy-web.yml
vendored
2
.github/workflows/deploy-web.yml
vendored
@ -297,7 +297,7 @@ jobs:
|
||||
AZCOPY_TENANT_ID: ${{ steps.retrieve-secrets-azcopy.outputs.sp-bitwarden-web-vault-tenant }}
|
||||
run: |
|
||||
azcopy sync ./build 'https://${{ steps.retrieve-secrets-azcopy.outputs.sa-bitwarden-web-vault-name }}.blob.core.windows.net/$web/' \
|
||||
--delete-destination=${{ needs.setup.outputs.sync-delete-destination-files }}
|
||||
--delete-destination=${{ needs.setup.outputs.sync-delete-destination-files }} --compare-hash="MD5"
|
||||
|
||||
- name: Debug sync logs
|
||||
if: ${{ inputs.debug }}
|
||||
|
Loading…
Reference in New Issue
Block a user