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 1035fe2 commit 3455bfd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
with:
creds: ${{ secrets.AZURE_RBAC_CREDENTIALS }} # set up AZURE_RBAC_CREDENTIALS secrets in your repository

- name: Update Azure Container Instance
run: |
az container update \
--resource-group ${{ secrets.RESOURCE_GROUP }} \
--name ${{ secrets.CONTAINER_GROUP_NAME }} \
--containers name=${{ secrets.CONTAINER_NAME }} image=${{ secrets.REGISTRY_NAME }}/infosys_text-summarization:latest
#- name: Update Azure Container Instance
# run: |
# az container update \
# --resource-group ${{ secrets.RESOURCE_GROUP }} \
# --name ${{ secrets.CONTAINER_GROUP_NAME }} \
# --containers name=${{ secrets.CONTAINER_NAME }} image=${{ secrets.REGISTRY_NAME }}/infosys_text-summarization:latest

- name: Restart Azure Container Instance
run: |
Expand Down

0 comments on commit 3455bfd

Please sign in to comment.