We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b91e8c4 commit b6799c2Copy full SHA for b6799c2
.github/workflows/CD.yml
@@ -43,7 +43,7 @@ jobs:
43
id: deploy-to-webapp
44
uses: azure/webapps-deploy@v3
45
with:
46
- app-name: 'css'
+ app-name: ${{ secrets.AZUREAPPSERVICE_NAME }}
47
slot-name: 'Production'
48
package: .
49
- publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_E84B87FC8ACF456B90EBF40494B68004 }}
+ publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE }}
0 commit comments