Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlaPaiva committed Jan 9, 2024
1 parent 5156a13 commit 7ff4dee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .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/static-web-apps-deploy@v1
with:
app-name: media-transmute
slot-name: 'Production'
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE }}
package: .
action: 'upload'
app_location: 'src/dist'
azure_static_web_apps_api_token: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE }}
skip_app_build: true

0 comments on commit 7ff4dee

Please sign in to comment.