commit f505f71c758abef023452d24ad624906b6810c3e Author: Lulzette Date: Mon Jan 3 14:06:55 2022 +0000 init diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..bd7cd88 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,37 @@ +kind: pipeline +type: exec +name: build + +steps: +- name: test + commands: + - echo "testing" + - sleep 5 + +trigger: + event: + - push + - pull_request + +--- +kind: pipeline +type: exec +name: deploy + +steps: +- name: test + commands: + - echo test + - echo test2 + - echo test3 + - sleep 3 + +- name: deploy + commands: + - echo deploy + - sleep 3 +trigger: + event: + - promote + target: + - production diff --git a/test b/test new file mode 100644 index 0000000..e69de29