mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
Fix extra period at end of variable causing dev deployment issue (#16970)
This commit is contained in:
2
.github/workflows/deploy-web.yml
vendored
2
.github/workflows/deploy-web.yml
vendored
@@ -390,7 +390,7 @@ jobs:
|
||||
env:
|
||||
AZCOPY_AUTO_LOGIN_TYPE: AZCLI
|
||||
AZCOPY_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
|
||||
_VAULT_NAME: ${{ steps.retrieve-secrets-azcopy.outputs.sa-bitwarden-web-vault-name }}.
|
||||
_VAULT_NAME: ${{ steps.retrieve-secrets-azcopy.outputs.sa-bitwarden-web-vault-name }}
|
||||
run: |
|
||||
azcopy sync ./build "https://$_VAULT_NAME.blob.core.windows.net/$web/" \
|
||||
--delete-destination="${{ inputs.force-delete-destination }}" --compare-hash="MD5"
|
||||
|
||||
Reference in New Issue
Block a user