Skip to content

Commit

Permalink
Merge pull request #7 from tblanarik/tblanarik/add-staging-slot
Browse files Browse the repository at this point in the history
deploy to staging now for testing
  • Loading branch information
tblanarik authored Sep 22, 2024
2 parents f840252 + f493064 commit cb2f428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_hamalertspotbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
environment:
name: 'Production'
name: 'staging'
url: ${{ steps.deploy-to-function.outputs.webapp-url }}

steps:
Expand All @@ -66,7 +66,7 @@ jobs:
id: deploy-to-function
with:
app-name: 'hamalertspotbot'
slot-name: 'Production'
slot-name: 'staging'
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_2A375008FC1743E4AE2D6A345036BDC4 }}
scm-do-build-during-deployment: true
Expand Down

0 comments on commit cb2f428

Please sign in to comment.