Skip to content

Commit 3a51487

Browse files
authored
Update BuildDeploy-API.yaml
1 parent 1dcc0f1 commit 3a51487

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/BuildDeploy-API.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
- name: Deploy App to Azure WebService
3131
uses: Azure/[email protected]
3232
with:
33-
publish-profile: ${{ secrets.COCKTAIL_API_MCAPS_F25_PUBLISH_PROFILE }}
33+
#publish-profile: ${{ secrets.COCKTAIL_API_MCAPS_F25_PUBLISH_PROFILE }}
34+
publish-profile: ${{ secrets.TEST_BACKEND }}
3435
# Enter an existing Slot other than the Production slot
3536
#slot-name: # optional, default is production
3637
# Applies to Web App only: Path to package or folder. *.zip, *.war, *.jar or a folder to deploy

0 commit comments

Comments
 (0)