From dc3e9ecd4793e6628fc983e4e669d4f3e980fd53 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Mon, 6 May 2019 21:51:54 +0200 Subject: [PATCH] deployment --- .drone.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..3e9f5c7 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,21 @@ +kind: pipeline +name: default + +steps: + + - name: deploy + image: cupcakearmy/drone-deploy + pull: always + environment: + PLUGIN_KEY: + from_secret: ssh_key + settings: + host: nicco.io + user: root + port: 1312 + target: /srv/web/blog/liquet + commands: + - git pull + when: + event: push + branch: master \ No newline at end of file