Skip to content

Commit

Permalink
Pass through envs to container-apps-deploy-action
Browse files Browse the repository at this point in the history
  • Loading branch information
bdb-dd committed Apr 17, 2024
1 parent f93bad6 commit be062fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
containerAppName: digdir-assistants-altinn
resourceGroup: altinn-ai-assistant
imageToBuild: altinnaicontainers.azurecr.io/digdir-assistants-prod:${{ github.sha }}
environmentVariables: VITE_SLACK_APP_SUPABASE_API_URL=${{env.VITE_SLACK_APP_SUPABASE_API_URL}} VITE_SLACK_APP_SUPABASE_ANON_KEY=${{env.VITE_SLACK_APP_SUPABASE_ANON_KEY}}



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
containerAppName: digdir-assistants
resourceGroup: altinn-ai-assistant
imageToBuild: altinnaicontainers.azurecr.io/digdir-assistants-prod:${{ github.sha }}
environmentVariables: VITE_SLACK_APP_SUPABASE_API_URL=${{env.VITE_SLACK_APP_SUPABASE_API_URL}} VITE_SLACK_APP_SUPABASE_ANON_KEY=${{env.VITE_SLACK_APP_SUPABASE_ANON_KEY}}



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
containerAppName: digdir-assistants-test
resourceGroup: altinn-ai-assistant
imageToBuild: altinnaicontainers.azurecr.io/digdir-assistants:${{ github.sha }}
environmentVariables: VITE_SLACK_APP_SUPABASE_API_URL=${{env.VITE_SLACK_APP_SUPABASE_API_URL}} VITE_SLACK_APP_SUPABASE_ANON_KEY=${{env.VITE_SLACK_APP_SUPABASE_ANON_KEY}}



Expand Down

0 comments on commit be062fb

Please sign in to comment.