Skip to content

Commit

Permalink
Replace all nrn-v2-mst-aptd-at-lcz-sty by nrn-v2-mst-aptd-gcms-lcz-st…
Browse files Browse the repository at this point in the history
…y for storybook config (also fixes webhooks)
  • Loading branch information
Vadorequest committed Jan 17, 2021
1 parent 05db459 commit 4c76d04
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-vercel-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion vercel.customer1.production.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion vercel.customer1.staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion vercel.customer2.production.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion vercel.customer2.staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
4 changes: 2 additions & 2 deletions vercel.storybook.json
Original file line number Diff line number Diff line change
@@ -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
}

1 comment on commit 4c76d04

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.