mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-02 18:17:46 +01: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:
parent
53e2196d8d
commit
4a7bfdb2bd
2
.github/workflows/build-web.yml
vendored
2
.github/workflows/build-web.yml
vendored
@ -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
|
||||
|
1
.github/workflows/deploy-non-prod-web.yml
vendored
1
.github/workflows/deploy-non-prod-web.yml
vendored
@ -13,6 +13,7 @@ on:
|
||||
options:
|
||||
- QA
|
||||
- POC2
|
||||
- eudevtest
|
||||
|
||||
|
||||
jobs:
|
||||
|
11
apps/web/config/eudevtest.json
Normal file
11
apps/web/config/eudevtest.json
Normal 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
|
||||
}
|
||||
}
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user