1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-04 17:43:39 +00:00

[DEVOPS-1501] Build and Deploy Web Vault for USDEV (DevTest) (#7309)

* Add usdev config

* add command to build usdev to package

* Add usdev to build

* Add usdev to web deploy workflow

* Fix

* Fix

* Fix
This commit is contained in:
Michał Chęciński
2023-12-21 17:10:31 +01:00
committed by GitHub
parent 07d224d6bc
commit 53e4127ab8
4 changed files with 24 additions and 3 deletions

View File

@@ -97,6 +97,8 @@ jobs:
npm_command: "build:bit:euprd"
- name: "cloud-euqa"
npm_command: "build:bit:euqa"
- name: "cloud-usdev"
npm_command: "build:bit:usdev"
steps:
- name: Checkout repo