1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

[DEVOPS-1395] build and deploy web vault (#5518)

* Add eudevtest config

* Add eudevtest to build

* Add release for eudevtest

* Change url

* Add eudevtest to the deploy non prod web

* Remove release-eudevtest-web workflow
This commit is contained in:
Michał Chęciński
2023-06-01 09:49:25 +03:00
committed by GitHub
parent 53e2196d8d
commit 4a7bfdb2bd
4 changed files with 15 additions and 0 deletions

View File

@@ -84,6 +84,8 @@ jobs:
npm_command: "build:bit:poc"
- name: "ee"
npm_command: "build:bit:ee"
- name: "eudevtest"
npm_command: "build:bit:eudevtest"
steps:
- name: Checkout repo

View File

@@ -13,6 +13,7 @@ on:
options:
- QA
- POC2
- eudevtest
jobs: