Skip to content

Commit 22674b0

Browse files
Deploy to Azure Container Instance
1 parent 3455bfd commit 22674b0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/azure.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@ jobs:
3030

3131
- name: Restart Azure Container Instance
3232
run: |
33-
az container restart \
34-
--resource-group ${{ secrets.RESOURCE_GROUP }} \
35-
--name ${{ secrets.CONTAINER_GROUP_NAME }}
33+
az container restart --name ${{ secrets.CONTAINER_GROUP_NAME }} --resource-group ${{ secrets.RESOURCE_GROUP }}
34+

0 commit comments

Comments
 (0)