Skip to content

Commit bb28c72

Browse files
authored
Update and rename .github/CHANGETHIS/spinup-destroy.yml to .github/workflows/spinup-destroy.yml
1 parent 25c5734 commit bb28c72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/CHANGETHIS/spinup-destroy.yml renamed to .github/workflows/spinup-destroy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
#################################################
1515
#################################################
1616
### REPLACE USERNAME WITH GH USERNAME ###
17-
AZURE_WEBAPP_NAME: USERNAME-ttt-app
17+
AZURE_WEBAPP_NAME: larsbj-ttt-app
1818
#################################################
1919

2020
jobs:
@@ -69,4 +69,4 @@ jobs:
6969
- name: Destroy Azure environment
7070
if: success()
7171
run: |
72-
az group delete --name ${{env.AZURE_RESOURCE_GROUP}} --subscription ${{secrets.AZURE_SUBSCRIPTION_ID}} --yes
72+
az group delete --name ${{env.AZURE_RESOURCE_GROUP}} --subscription ${{secrets.AZURE_SUBSCRIPTION_ID}} --yes

0 commit comments

Comments
 (0)