Skip to content

Commit

Permalink
ci: fix deployment of function app
Browse files Browse the repository at this point in the history
  • Loading branch information
arealmaas committed Jul 31, 2024
1 parent 9e0f436 commit bd1e732
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-cd-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ jobs:
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
with:
function-app-name: "dp-be-test-slacknotifier-fa"
# todo: resolve this automatically, or use tags
function-app-name: "dp-be-test-slacknotifier-f-i7se3jtjey3lo"
function-project-path: "./src/Digdir.Tool.Dialogporten.SlackNotifier"
environment: test

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci-cd-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ jobs:
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
with:
function-app-name: "dp-be-staging-slacknotifier-fa"
# todo: resolve this automatically, or use tags
function-app-name: "dp-be-staging-slacknotifie-ryymdlozopam2"
function-project-path: "./src/Digdir.Tool.Dialogporten.SlackNotifier"
environment: staging

Expand Down

0 comments on commit bd1e732

Please sign in to comment.