Skip to content

Commit

Permalink
Update pulumi config map
Browse files Browse the repository at this point in the history
  • Loading branch information
changesbyjames committed Nov 15, 2024
1 parent 0acad7a commit 12be299
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
work-dir: infrastructure/pulumi
config-map: |
{
"api-image": { value: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:main-${{ github.run_id }}-census-api", secret: false },
"image": { value: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:main-${{ github.run_id }}-census-api", secret: false },
}
env:
ARM_USE_OIDC: true
Expand Down
1 change: 0 additions & 1 deletion infrastructure/pulumi/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ export = async () => {
JWT_SECRET: config.require('jwt-secret'),
TWITCH_CLIENT_ID: config.require('twitch-client-id'),
TWITCH_CLIENT_SECRET: config.require('twitch-client-secret'),
// UI_URL: `https://${config.require('ui-domain')}`,

STORAGE_ACCOUNT_NAME: storage.name,
STORAGE_ACCOUNT_KEY: key,
Expand Down

0 comments on commit 12be299

Please sign in to comment.