From 9160ee9963dda1abde4c315085bd554b23169c31 Mon Sep 17 00:00:00 2001 From: mimartin12 <77340197+mimartin12@users.noreply.github.com> Date: Tue, 21 Mar 2023 10:24:22 -0600 Subject: [PATCH] Update POC to POC2 (#5033) --- .github/workflows/build-web.yml | 2 +- .github/workflows/deploy-non-prod-web.yml | 2 +- apps/web/config/poc.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) 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,