Skip to content

Commit

Permalink
Merge pull request #7 from CarlaPaiva/fix/pipeline
Browse files Browse the repository at this point in the history
fix: app name on pipeline
  • Loading branch information
CarlaPaiva committed Jan 8, 2024
2 parents b3673ae + 6d7bcbe commit a0a4a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_mediatransmute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
id: deploy-to-webapp
uses: azure/webapps-deploy@v2
with:
app-name: {name_of_your_app}
app-name: 'media-transmute'
slot-name: 'Production'
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE }}
package: .

0 comments on commit a0a4a45

Please sign in to comment.