diff --git a/.github/workflows/deploy-api.yml b/.github/workflows/deploy-api.yml index 8450075c..5d143cb5 100644 --- a/.github/workflows/deploy-api.yml +++ b/.github/workflows/deploy-api.yml @@ -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 diff --git a/.github/workflows/deploy-platform.yml b/.github/workflows/deploy-platform.yml index 209ea6ce..66b77fd7 100644 --- a/.github/workflows/deploy-platform.yml +++ b/.github/workflows/deploy-platform.yml @@ -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 diff --git a/.github/workflows/deploy-web.yml b/.github/workflows/deploy-web.yml index 27497a34..563569bd 100644 --- a/.github/workflows/deploy-web.yml +++ b/.github/workflows/deploy-web.yml @@ -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