Skip to content

Commit

Permalink
Deploy to Azure Container Instance
Browse files Browse the repository at this point in the history
  • Loading branch information
MohanKrishnaGR authored Jun 26, 2024
1 parent 3455bfd commit 22674b0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@ jobs:

- name: Restart Azure Container Instance
run: |
az container restart \
--resource-group ${{ secrets.RESOURCE_GROUP }} \
--name ${{ secrets.CONTAINER_GROUP_NAME }}
az container restart --name ${{ secrets.CONTAINER_GROUP_NAME }} --resource-group ${{ secrets.RESOURCE_GROUP }}

0 comments on commit 22674b0

Please sign in to comment.