We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c5734 commit bb28c72Copy full SHA for bb28c72
.github/CHANGETHIS/spinup-destroy.yml renamed to .github/workflows/spinup-destroy.yml
@@ -14,7 +14,7 @@ env:
14
#################################################
15
16
### REPLACE USERNAME WITH GH USERNAME ###
17
- AZURE_WEBAPP_NAME: USERNAME-ttt-app
+ AZURE_WEBAPP_NAME: larsbj-ttt-app
18
19
20
jobs:
@@ -69,4 +69,4 @@ jobs:
69
- name: Destroy Azure environment
70
if: success()
71
run: |
72
- az group delete --name ${{env.AZURE_RESOURCE_GROUP}} --subscription ${{secrets.AZURE_SUBSCRIPTION_ID}} --yes
+ az group delete --name ${{env.AZURE_RESOURCE_GROUP}} --subscription ${{secrets.AZURE_SUBSCRIPTION_ID}} --yes
0 commit comments