Add `.drone.yml`.
This commit is contained in:
parent
60a6f65501
commit
131682f0d0
|
@ -0,0 +1,13 @@
|
|||
plan:
|
||||
image: reg.kazu634.com/kazu634/terraform
|
||||
commands:
|
||||
- terraform plan
|
||||
when:
|
||||
branch: "!master"
|
||||
|
||||
apply:
|
||||
image: reg.kazu634.com/kazu634/terraform
|
||||
commands:
|
||||
- terraform apply
|
||||
when:
|
||||
branch: master
|
Loading…
Reference in New Issue