mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 13:23:34 +00: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:
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 }}
|
AZCOPY_TENANT_ID: ${{ steps.retrieve-secrets-azcopy.outputs.sp-bitwarden-web-vault-tenant }}
|
||||||
run: |
|
run: |
|
||||||
azcopy sync ./build 'https://${{ steps.retrieve-secrets-azcopy.outputs.sa-bitwarden-web-vault-name }}.blob.core.windows.net/$web/' \
|
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
|
- name: Debug sync logs
|
||||||
if: ${{ inputs.debug }}
|
if: ${{ inputs.debug }}
|
||||||
|
|||||||
Reference in New Issue
Block a user