Skip to content

Commit

Permalink
Fjernet deployment slots
Browse files Browse the repository at this point in the history
  • Loading branch information
palbock committed Nov 12, 2024
1 parent e3069f3 commit 92e0dba
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/adminpanel-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,4 @@ jobs:
uses: azure/webapps-deploy@v2
with:
app-name: 'alvtime-adminpanel-${{inputs.targetEnv}}'
slot-name: 'production'
images: 'commonregistry${{inputs.targetEnv}}.azurecr.io/alvtimeadminpanel:${{ github.sha }}'
2 changes: 1 addition & 1 deletion .github/workflows/adminpanel-workflow-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
needs: build-and-deploy-test
uses: ./.github/workflows/adminpanel-build-and-deploy.yml
with:
targetEnv: prod
targetEnv: prod
secrets: inherit
1 change: 0 additions & 1 deletion .github/workflows/api-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,4 @@ jobs:
uses: azure/webapps-deploy@v2
with:
app-name: 'alvtime-api-${{inputs.targetEnv}}'
slot-name: 'production'
images: 'commonregistry${{inputs.targetEnv}}.azurecr.io/alvtimeapi:${{ github.sha }}'
4 changes: 2 additions & 2 deletions .github/workflows/api-workflow-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
workflow_dispatch:
push:
branches:
- pipelinetest
- master
paths:
- "*"
- "packages/api/**"

jobs:
build-and-deploy-test:
Expand Down

0 comments on commit 92e0dba

Please sign in to comment.