summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg2021-08-07 05:40:42 +0200
committerGeorg2021-08-07 05:40:42 +0200
commitf74a9cd89264307ce8c657ddb14c7cfebde86ff8 (patch)
tree8208a15baa0495bab77368fbf52f6fa863bd2650
parentbb07a394ce71b12c4bf8a0bc09f20b0aa8e08817 (diff)
downloadgopher-f74a9cd89264307ce8c657ddb14c7cfebde86ff8.tar.gz
gopher-f74a9cd89264307ce8c657ddb14c7cfebde86ff8.tar.bz2
gopher-f74a9cd89264307ce8c657ddb14c7cfebde86ff8.zip
Init Pipeline
Signed-off-by: Georg <georg@lysergic.dev>
-rw-r--r--.drone.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
new file mode 100644
index 0000000..4a9da2d
--- /dev/null
+++ b/.drone.yml
@@ -0,0 +1,20 @@
+---
+kind: pipeline
+type: exec
+name: default1
+
+clone:
+ disable: true
+
+platform:
+ os: linux
+ arch: amd64
+
+steps:
+- name: deploy
+ commands:
+ - sh /opt/drone/scripts/sync-gopher.sh
+
+trigger:
+ branch:
+ - master