Skip to content

Commit

Permalink
Merge pull request #12 from CarlaPaiva/fix/appname-pipeline
Browse files Browse the repository at this point in the history
fix: changed app name
  • Loading branch information
CarlaPaiva authored Jan 8, 2024
2 parents a3db79e + 2236eb1 commit a3ddc39
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: 'media-transmute'
app-name: media-transmute
slot-name: 'Production'
publish-profile: ${{ secrets.AZURE_SECRET }}
package: .

0 comments on commit a3ddc39

Please sign in to comment.