Skip to content

Commit

Permalink
Fix env name for prod-slack-altinn deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
bdb-dd committed May 22, 2024
1 parent 26c810e commit a87d3b3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
environment: prod-slack-altinndevops
environment: prod-slack-altinn

steps:
- name: Checkout to the branch
Expand All @@ -36,7 +36,7 @@ jobs:
registryPassword: ${{ secrets.ASSISTANTSSLACKALTINN_REGISTRY_PASSWORD }}
containerAppName: assistants-slack-altinn
resourceGroup: assistants-prod-norwayeast
imageToBuild: altinnaicontainers.azurecr.io/assistants-slack-altinndevops:${{ github.sha }}
imageToBuild: altinnaicontainers.azurecr.io/assistants-slack-altinn:${{ github.sha }}
buildArguments: |
"VITE_SLACK_APP_SUPABASE_API_URL=${{ vars.SLACK_APP_SUPABASE_API_URL }}"
"VITE_SLACK_APP_SUPABASE_ANON_KEY=${{secrets.SLACK_APP_SUPABASE_ANON_KEY}}"
Expand Down

0 comments on commit a87d3b3

Please sign in to comment.