mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +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:
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",
|
||||
|
||||
Reference in New Issue
Block a user