Skip to content

Commit

Permalink
dev slot web app
Browse files Browse the repository at this point in the history
  • Loading branch information
jmargutt committed Aug 15, 2024
1 parent c9e1c37 commit 6b55cd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
environment:
name: 'production'
name: 'dev'
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}

steps:
Expand All @@ -49,6 +49,6 @@ jobs:
uses: azure/webapps-deploy@v2
with:
app-name: 'kobo-connect'
slot-name: 'production'
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_DEV }}
slot-name: 'dev'
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
images: '510emergencies.azurecr.io/kobo-connect-dev:${{ github.sha }}'

0 comments on commit 6b55cd5

Please sign in to comment.