Skip to content

Commit

Permalink
DEV: Fix Azure publish profile (maybe)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhieb committed May 3, 2024
1 parent ecf73de commit 0d813c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
runs-on: ubuntu-latest
environment:
name: 'production'
name: 'Production'
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}

steps:
Expand Down Expand Up @@ -40,6 +40,6 @@ jobs:
uses: azure/webapps-deploy@v2
with:
app-name: nisinoon
slot-name: production
slot-name: Production
package: .
publish-profile: ${{ secrets.AzureAppService_PublishProfile_2c4b17c4f848467581b039c1af3dcd49 }}
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_C789F3DAFFFF45EA89AA17889914203C }}

0 comments on commit 0d813c8

Please sign in to comment.