Add existing project files to Git
This commit is contained in:
15
terraform/.drone.yaml
Normal file
15
terraform/.drone.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: hello-world
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
event:
|
||||
- push
|
||||
|
||||
steps:
|
||||
- name: say-hello
|
||||
image: busybox
|
||||
commands:
|
||||
- echo hello-world
|
||||
Reference in New Issue
Block a user