Skip to content

Commit b6799c2

Browse files
Update GitHub action
1 parent b91e8c4 commit b6799c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CD.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
id: deploy-to-webapp
4444
uses: azure/webapps-deploy@v3
4545
with:
46-
app-name: 'css'
46+
app-name: ${{ secrets.AZUREAPPSERVICE_NAME }}
4747
slot-name: 'Production'
4848
package: .
49-
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_E84B87FC8ACF456B90EBF40494B68004 }}
49+
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE }}

0 commit comments

Comments
 (0)