Skip to content

Commit

Permalink
chore(ci): Bug fix in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Jan 2, 2025
1 parent eb9d60f commit d583a46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
with:
azcliversion: latest
inlineScript: |
az containerapp restart --name $API_CONTAINER --resource-group $API_CONTAINER_RG
az container restart --name $API_CONTAINER --resource-group $API_CONTAINER_RG
2 changes: 1 addition & 1 deletion .github/workflows/deploy-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ jobs:
# with:
# azcliversion: latest
# inlineScript: |
# az containerapp restart --name $PLATFORM_CONTAINER --resource-group $PLATFORM_CONTAINER_RG
# az container restart --name $PLATFORM_CONTAINER --resource-group $PLATFORM_CONTAINER_RG
2 changes: 1 addition & 1 deletion .github/workflows/deploy-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
with:
azcliversion: latest
inlineScript: |
az containerapp restart --name $WEB_CONTAINER --resource-group $WEB_CONTAINER_RG
az container restart --name $WEB_CONTAINER --resource-group $WEB_CONTAINER_RG

0 comments on commit d583a46

Please sign in to comment.