Update POC to POC2 (#5033)
This commit is contained in:
parent
df1a28838f
commit
9160ee9963
|
@ -80,7 +80,7 @@ jobs:
|
|||
npm_command: "dist:bit:selfhost"
|
||||
- name: "cloud-QA"
|
||||
npm_command: "build:bit:qa"
|
||||
- name: "cloud-POC"
|
||||
- name: "cloud-POC2"
|
||||
npm_command: "build:bit:poc"
|
||||
- name: "ee"
|
||||
npm_command: "build:bit:ee"
|
||||
|
|
|
@ -12,7 +12,7 @@ on:
|
|||
type: choice
|
||||
options:
|
||||
- QA
|
||||
- POC
|
||||
- POC2
|
||||
|
||||
|
||||
jobs:
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"urls": {
|
||||
"icons": "https://icons.poc.bitwarden.pw",
|
||||
"notifications": "https://notifications.poc.bitwarden.pw",
|
||||
"scim": "https://scim.poc.bitwarden.pw"
|
||||
"icons": "https://icons.poc2.bitwarden.pw",
|
||||
"notifications": "https://notifications.poc2.bitwarden.pw",
|
||||
"scim": "https://scim.poc2.bitwarden.pw"
|
||||
},
|
||||
"flags": {
|
||||
"secretsManager": true,
|
||||
|
|
Loading…
Reference in New Issue