added -force to after_deploy

This commit is contained in:
Scott Nowicki 2017-04-19 20:32:22 -05:00
parent bf5d9773e2
commit 36e4b74c13
1 changed files with 1 additions and 1 deletions

View File

@ -25,4 +25,4 @@ deploy:
branch: topic-101-vm-simple-linux
# TODO: possibly use Azure CLI to delete the resource group
after_deploy: terraform destroy
after_deploy: terraform destroy -force