diff options
author | Georg | 2021-08-07 05:40:42 +0200 |
---|---|---|
committer | Georg | 2021-08-07 05:40:42 +0200 |
commit | f74a9cd89264307ce8c657ddb14c7cfebde86ff8 (patch) | |
tree | 8208a15baa0495bab77368fbf52f6fa863bd2650 | |
parent | bb07a394ce71b12c4bf8a0bc09f20b0aa8e08817 (diff) | |
download | gopher-f74a9cd89264307ce8c657ddb14c7cfebde86ff8.tar.gz gopher-f74a9cd89264307ce8c657ddb14c7cfebde86ff8.tar.bz2 gopher-f74a9cd89264307ce8c657ddb14c7cfebde86ff8.zip |
Init Pipeline
Signed-off-by: Georg <georg@lysergic.dev>
-rw-r--r-- | .drone.yml | 20 |
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 |