Add existing project files to Git

This commit is contained in:
2023-10-23 17:11:22 +02:00
parent e8e9737b63
commit d12d8f1e4d
26 changed files with 3745 additions and 0 deletions

15
terraform/.drone.yaml Normal file
View 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