[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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:

View File

@ -0,0 +1,11 @@
{
"urls": {
"icons": "https://icons.eudevtest.bitwarden.pw",
"notifications": "https://notifications.eudevtest.bitwarden.pw",
"scim": "https://scim.eudevtest.bitwarden.pw"
},
"flags": {
"secretsManager": true,
"showPasswordless": true
}
}

View File

@ -11,6 +11,7 @@
"build:bit:dev:watch": "cross-env ENV=development npm run build:bit:watch",
"build:bit:qa": "cross-env NODE_ENV=production ENV=qa npm run build:bit",
"build:bit:poc": "cross-env NODE_ENV=production ENV=poc npm run build:bit",
"build:bit:eudevtest": "cross-env NODE_ENV=production ENV=eudevtest npm run build:bit",
"build:bit:cloud": "cross-env NODE_ENV=production ENV=cloud npm run build:bit",
"build:oss:selfhost:watch": "cross-env ENV=selfhosted npm run build:oss:watch",
"build:bit:selfhost:watch": "cross-env ENV=selfhosted npm run build:bit:watch",