Skip to content

Commit

Permalink
Update sample-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoFF authored Nov 3, 2024
1 parent 8f040a6 commit 1791cd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sample-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# More GitHub Actions for Azure: https://github.com/Azure/actions
# More info on Python, GitHub Actions, and Azure App Service: https://aka.ms/python-webapps-actions

name: Build and deploy Python app to Azure Web App - nodebb-f24-translator
name: Build and deploy Python app to Azure Web App - 313q-translator-service-f24

on:
push:
Expand Down Expand Up @@ -63,6 +63,6 @@ jobs:
uses: azure/webapps-deploy@v2
id: deploy-to-webapp
with:
app-name: 'nodebb-f24-translator'
app-name: '313q-translator-service-f24'
slot-name: 'Production'
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_5E9EF844E83149E8AA70EA7E1D9BE629 }}
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_BFF2C0F8641C41E0A0FEB0703FCCBC7B }}

0 comments on commit 1791cd8

Please sign in to comment.