Skip to content

Commit

Permalink
deploy to staging now for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tblanarik committed Sep 22, 2024
1 parent 53845c8 commit f493064
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 @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
environment:
name: 'Production'
name: 'staging'
url: ${{ steps.deploy-to-function.outputs.webapp-url }}

steps:
Expand All @@ -69,7 +69,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 f493064

Please sign in to comment.