cloudflare/.drone.yml

14 lines
224 B
YAML
Raw Normal View History

2023-07-09 11:15:38 +00:00
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