fixed after_deploy syntax for .travis.yml
This commit is contained in:
parent
1653d5da73
commit
bf5d9773e2
|
@ -25,6 +25,4 @@ deploy:
|
||||||
branch: topic-101-vm-simple-linux
|
branch: topic-101-vm-simple-linux
|
||||||
|
|
||||||
# TODO: possibly use Azure CLI to delete the resource group
|
# TODO: possibly use Azure CLI to delete the resource group
|
||||||
after_deploy:
|
after_deploy: terraform destroy
|
||||||
- provider: script
|
|
||||||
script: terraform destroy
|
|
||||||
|
|
Loading…
Reference in New Issue