From 4c76d04847bec678e5ac2597772558a333517c82 Mon Sep 17 00:00:00 2001 From: Dhenain Ambroise Date: Sun, 17 Jan 2021 09:32:00 +0100 Subject: [PATCH] Replace all nrn-v2-mst-aptd-at-lcz-sty by nrn-v2-mst-aptd-gcms-lcz-sty for storybook config (also fixes webhooks) --- .github/workflows/deploy-vercel-storybook.yml | 2 +- vercel.customer1.production.json | 2 +- vercel.customer1.staging.json | 2 +- vercel.customer2.production.json | 2 +- vercel.customer2.staging.json | 2 +- vercel.storybook.json | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/deploy-vercel-storybook.yml b/.github/workflows/deploy-vercel-storybook.yml index 9217af972..2dc93c900 100644 --- a/.github/workflows/deploy-vercel-storybook.yml +++ b/.github/workflows/deploy-vercel-storybook.yml @@ -135,7 +135,7 @@ jobs: body: | :white_check_mark:  Deployment **SUCCESS** Commit ${{ github.sha }} successfully deployed **Storybook static site** to [${{ env.VERCEL_DEPLOYMENT_URL }}](${{ env.VERCEL_DEPLOYMENT_URL }}) - Deployment aliased as [nrn-v2-mst-aptd-at-lcz-sty-storybook](https://nrn-v2-mst-aptd-at-lcz-sty-storybook.vercel.app) + Deployment aliased as [nrn-v2-mst-aptd-gcms-lcz-sty-storybook](https://nrn-v2-mst-aptd-gcms-lcz-sty-storybook.vercel.app) # At the end of the job, store all variables we will need in the following jobs # The variables will be stored in and retrieved from a GitHub Artifact (each variable is stored in a different file) diff --git a/vercel.customer1.production.json b/vercel.customer1.production.json index 7253aa3a3..d11ece682 100644 --- a/vercel.customer1.production.json +++ b/vercel.customer1.production.json @@ -15,7 +15,7 @@ "LOCIZE_API_KEY": "The Locize API Key shouldn't be used in production (see https://github.com/locize/i18next-locize-backend#backend-options) because it's related to development-only features, and it's sensitive.", "SENTRY_DSN": "@nrn-sentry-dsn", "GITHUB_DISPATCH_TOKEN": "@nrn-github-dispatch-token", - "VERCEL_DEPLOYMENT_COMPLETED_WEBHOOK": "https://nrn-v2-mst-aptd-at-lcz-sty-c1.vercel.app/api/webhooks/deploymentCompleted" + "VERCEL_DEPLOYMENT_COMPLETED_WEBHOOK": "https://nrn-v2-mst-aptd-gcms-lcz-sty-c1.vercel.app/api/webhooks/deploymentCompleted" } }, "regions": [ diff --git a/vercel.customer1.staging.json b/vercel.customer1.staging.json index 64a004ca9..f07be1644 100644 --- a/vercel.customer1.staging.json +++ b/vercel.customer1.staging.json @@ -15,7 +15,7 @@ "LOCIZE_API_KEY": "@nrn-locize-api-key-staging", "SENTRY_DSN": "@nrn-sentry-dsn", "GITHUB_DISPATCH_TOKEN": "@nrn-github-dispatch-token", - "VERCEL_DEPLOYMENT_COMPLETED_WEBHOOK": "https://nrn-v2-mst-aptd-at-lcz-sty-c1-preview.vercel.app/api/webhooks/deploymentCompleted" + "VERCEL_DEPLOYMENT_COMPLETED_WEBHOOK": "https://nrn-v2-mst-aptd-gcms-lcz-sty-c1-preview.vercel.app/api/webhooks/deploymentCompleted" } }, "alias": [ diff --git a/vercel.customer2.production.json b/vercel.customer2.production.json index 19d2ea14f..5f0ec7b88 100644 --- a/vercel.customer2.production.json +++ b/vercel.customer2.production.json @@ -15,7 +15,7 @@ "LOCIZE_API_KEY": "The Locize API Key shouldn't be used in production (see https://github.com/locize/i18next-locize-backend#backend-options) because it's related to development-only features, and it's sensitive.", "SENTRY_DSN": "@nrn-sentry-dsn", "GITHUB_DISPATCH_TOKEN": "@nrn-github-dispatch-token", - "VERCEL_DEPLOYMENT_COMPLETED_WEBHOOK": "https://nrn-v2-mst-aptd-at-lcz-sty-c2.vercel.app/api/webhooks/deploymentCompleted" + "VERCEL_DEPLOYMENT_COMPLETED_WEBHOOK": "https://nrn-v2-mst-aptd-gcms-lcz-sty-c2.vercel.app/api/webhooks/deploymentCompleted" } }, "regions": [ diff --git a/vercel.customer2.staging.json b/vercel.customer2.staging.json index 574ca75f3..c36f7c3ee 100644 --- a/vercel.customer2.staging.json +++ b/vercel.customer2.staging.json @@ -15,7 +15,7 @@ "LOCIZE_API_KEY": "@nrn-locize-api-key-staging", "SENTRY_DSN": "@nrn-sentry-dsn", "GITHUB_DISPATCH_TOKEN": "@nrn-github-dispatch-token", - "VERCEL_DEPLOYMENT_COMPLETED_WEBHOOK": "https://nrn-v2-mst-aptd-at-lcz-sty-c2-preview.vercel.app/api/webhooks/deploymentCompleted" + "VERCEL_DEPLOYMENT_COMPLETED_WEBHOOK": "https://nrn-v2-mst-aptd-gcms-lcz-sty-c2-preview.vercel.app/api/webhooks/deploymentCompleted" } }, "alias": [ diff --git a/vercel.storybook.json b/vercel.storybook.json index c34e04855..8442cf5b5 100644 --- a/vercel.storybook.json +++ b/vercel.storybook.json @@ -1,13 +1,13 @@ { "version": 2, - "name": "nrn-v2-mst-aptd-at-lcz-sty-storybook", + "name": "nrn-v2-mst-aptd-gcms-lcz-sty-storybook", "scope": "team_qnVfSEVc2WwmOE1OYhZr4VST", "env": {}, "build": { "env": {} }, "alias": [ - "nrn-v2-mst-aptd-at-lcz-sty-storybook" + "nrn-v2-mst-aptd-gcms-lcz-sty-storybook" ], "public": false }