Skip to content

Commit

Permalink
ci: add command for container app deletion
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Madeira <francisco.madeira@diconium.com>
  • Loading branch information
fgmadeira committed Feb 14, 2024
1 parent 8e11187 commit 64d4b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dashboard-preview-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:

- name: Delete Container App
run: |
az containerapp ingress show -g RG-ethereal_realms_accelerator -n ethereal-nexus-app-$PR_NUMBER
az containerapp delete -g RG-ethereal_realms_accelerator -n ethereal-nexus-app-$PR_NUMBER

0 comments on commit 64d4b3e

Please sign in to comment.