mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
Support deploying to more non-prod environments (#4585)
* Update the QA deploy workflow to deploy to multiple non-prod environments * Fix linter issues * Update with testing code if run with QA * Fix bash typo * revert name * Fix name * Adding some logging * Fix environment branch typo * Add QA configuration and renable * Rename workflow file * Update .github/workflows/deploy-non-prod-web.yml Switch config logic to a more extensible one. Co-authored-by: mimartin12 <77340197+mimartin12@users.noreply.github.com> * Fix a typo * Add the original workflow in for QA for no disruptions * Add line --------- Co-authored-by: mimartin12 <77340197+mimartin12@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/release-qa-web.yml
vendored
2
.github/workflows/release-qa-web.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
workflow_conclusion: success
|
||||
branch: ${{ github.ref_name }}
|
||||
artifacts: web-*-cloud-QA.zip
|
||||
|
||||
|
||||
- name: Unzip cloud asset
|
||||
working-directory: apps/web
|
||||
run: unzip web-*-cloud-QA.zip
|
||||
|
||||
Reference in New Issue
Block a user