mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +00:00
DEVOPS-1683 DELETE: steps in deploy workflow for testing purposes
This commit is contained in:
17
.github/workflows/deploy-non-prod-web.yml
vendored
17
.github/workflows/deploy-non-prod-web.yml
vendored
@@ -161,23 +161,6 @@ jobs:
|
|||||||
working-directory: apps/web
|
working-directory: apps/web
|
||||||
run: unzip ${{ env._ENVIRONMENT_ARTIFACT }}
|
run: unzip ${{ env._ENVIRONMENT_ARTIFACT }}
|
||||||
|
|
||||||
- name: Empty container in Storage Account
|
|
||||||
run: |
|
|
||||||
az storage blob delete-batch \
|
|
||||||
--source '$web' \
|
|
||||||
--pattern '*' \
|
|
||||||
--connection-string "${{ steps.retrieve-secrets.outputs.sa-bitwarden-web-vault-dev-key-temp }}"
|
|
||||||
|
|
||||||
- name: Deploy to Azure Storage Account
|
|
||||||
working-directory: apps/web
|
|
||||||
run: |
|
|
||||||
az storage blob upload-batch \
|
|
||||||
--source "./build" \
|
|
||||||
--destination '$web' \
|
|
||||||
--connection-string "${{ steps.retrieve-secrets.outputs.sa-bitwarden-web-vault-dev-key-temp }}" \
|
|
||||||
--overwrite \
|
|
||||||
--no-progress
|
|
||||||
|
|
||||||
- name: Update deployment status to Success
|
- name: Update deployment status to Success
|
||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
uses: chrnorm/deployment-status@2afb7d27101260f4a764219439564d954d10b5b0 # v2.0.1
|
uses: chrnorm/deployment-status@2afb7d27101260f4a764219439564d954d10b5b0 # v2.0.1
|
||||||
|
|||||||
Reference in New Issue
Block a user