diff --git a/.github/workflows/build-web.yml b/.github/workflows/build-web.yml index 0eeb0d2a78c..94f80561115 100644 --- a/.github/workflows/build-web.yml +++ b/.github/workflows/build-web.yml @@ -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" diff --git a/.github/workflows/deploy-non-prod-web.yml b/.github/workflows/deploy-non-prod-web.yml index cc9d7c8e5a0..f5ca49964de 100644 --- a/.github/workflows/deploy-non-prod-web.yml +++ b/.github/workflows/deploy-non-prod-web.yml @@ -12,7 +12,7 @@ on: type: choice options: - QA - - POC + - POC2 jobs: diff --git a/apps/web/config/poc.json b/apps/web/config/poc.json index 9dc95d669f0..0d2f4d2ec46 100644 --- a/apps/web/config/poc.json +++ b/apps/web/config/poc.json @@ -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,