Add simple drone pipeline

This commit is contained in:
Khue Doan 2021-06-27 05:28:59 +07:00
parent 51ae701dd8
commit 56feed3005
No known key found for this signature in database
GPG Key ID: 4C1A90A461B3C27B

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
kind: pipeline
type: docker
name: default
steps:
- name: infra
image: hashicorp/terraform:1.0.0
commands:
- plan