Add `.drone.yml`.

This commit is contained in:
Kazuhiro MUSASHI 2023-07-09 20:15:38 +09:00
parent 60a6f65501
commit 131682f0d0
1 changed files with 13 additions and 0 deletions

13
.drone.yml Normal file
View File

@ -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