Skip to content

Commit

Permalink
Update which-reality.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ryananicholson authored Sep 28, 2020
1 parent 3705608 commit 536c0d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions which-reality.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ elif [[ $1 == "teardown" ]]; then
az webapp delete --name ${YOUR_USER_ID}-app --resource-group ${YOUR_USER_ID}-rg >/dev/null
az appservice plan delete --name ${YOUR_USER_ID}-Plan --resource-group ${YOUR_USER_ID}-rg -y >/dev/null
az group delete --name ${YOUR_USER_ID}-rg -y >/dev/null
git remote remove azure
else
echo -e "\033[31m[-] You must choose deploy or teardown:\n $ ./which-reality.sh deploy\n $ ./which-reality.sh teardown\033[0m"
fi

0 comments on commit 536c0d8

Please sign in to comment.