commit af2eb28f1b5c97b7ee7e22b376fc5ad12912139e Author: surtur Date: Wed Aug 4 03:33:31 2021 +0200 initial commit diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..c06922a --- /dev/null +++ b/.drone.yml @@ -0,0 +1,29 @@ +--- +kind: pipeline +type: ssh +name: deploy + +platform: + os: linux + arch: amd64 + +server: + host: + from_secret: host + user: + from_secret: username + ssh_key: + from_secret: ssh_key + +clone: + disable: true + +trigger: + branch: + - development + +steps: + - name: deploy + commands: + - cd + - touch /tmp/.nupls