mirror of
https://github.com/khuedoan/homelab.git
synced 2025-03-10 04:47:09 +07:00
Add simple drone pipeline
This commit is contained in:
parent
51ae701dd8
commit
56feed3005
9
.drone.yml
Normal file
9
.drone.yml
Normal file
@ -0,0 +1,9 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: infra
|
||||
image: hashicorp/terraform:1.0.0
|
||||
commands:
|
||||
- plan
|
Loading…
Reference in New Issue
Block a user