mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
Update POC to POC2 (#5033)
This commit is contained in:
2
.github/workflows/build-web.yml
vendored
2
.github/workflows/build-web.yml
vendored
@@ -80,7 +80,7 @@ jobs:
|
|||||||
npm_command: "dist:bit:selfhost"
|
npm_command: "dist:bit:selfhost"
|
||||||
- name: "cloud-QA"
|
- name: "cloud-QA"
|
||||||
npm_command: "build:bit:qa"
|
npm_command: "build:bit:qa"
|
||||||
- name: "cloud-POC"
|
- name: "cloud-POC2"
|
||||||
npm_command: "build:bit:poc"
|
npm_command: "build:bit:poc"
|
||||||
- name: "ee"
|
- name: "ee"
|
||||||
npm_command: "build:bit:ee"
|
npm_command: "build:bit:ee"
|
||||||
|
|||||||
2
.github/workflows/deploy-non-prod-web.yml
vendored
2
.github/workflows/deploy-non-prod-web.yml
vendored
@@ -12,7 +12,7 @@ on:
|
|||||||
type: choice
|
type: choice
|
||||||
options:
|
options:
|
||||||
- QA
|
- QA
|
||||||
- POC
|
- POC2
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"urls": {
|
"urls": {
|
||||||
"icons": "https://icons.poc.bitwarden.pw",
|
"icons": "https://icons.poc2.bitwarden.pw",
|
||||||
"notifications": "https://notifications.poc.bitwarden.pw",
|
"notifications": "https://notifications.poc2.bitwarden.pw",
|
||||||
"scim": "https://scim.poc.bitwarden.pw"
|
"scim": "https://scim.poc2.bitwarden.pw"
|
||||||
},
|
},
|
||||||
"flags": {
|
"flags": {
|
||||||
"secretsManager": true,
|
"secretsManager": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user