summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
new file mode 100644
index 0000000..ceac33d
--- /dev/null
+++ b/.drone.yml
@@ -0,0 +1,22 @@
+---
+kind: pipeline
+type: exec
+name: default1
+
+clone:
+ disable: true
+
+platform:
+ os: linux
+ arch: amd64
+
+steps:
+- name: deploy
+ commands:
+ - echo "Init Testing Pipeline" | nc -N 127.0.0.2 2424
+ - sh /opt/drone/scripts/sync-gemini.sh
+ - echo "Completed Testing Pipeline" | nc -N 127.0.0.2 2424
+
+trigger:
+ branch:
+ - master