Skip to content

Commit

Permalink
Merge pull request #12 from orfeas-k/test-2
Browse files Browse the repository at this point in the history
testtt
  • Loading branch information
orfeas-k authored Mar 15, 2024
2 parents f7a206d + 3f50968 commit 91f9bd0
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 91f9bd0

Please sign in to comment.