Skip to content

Commit

Permalink
testtt
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k committed Mar 15, 2024
1 parent f7a206d commit 3f50968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-aks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:

- name: Delete AKS cluster
if: always()
run: az group delete --resource-group ${{ env.RESOURCE_GROUP }} --name ${{ env.NAME }} --yes
run: az aks delete --resource-group ${{ env.RESOURCE_GROUP }} --name ${{ env.NAME }} --yes

- name: Delete AKS resource group
if: always()
Expand Down

0 comments on commit 3f50968

Please sign in to comment.