From 375f93ea5aeaaf54ab1a263ddf65deb2a13db70c Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Thu, 30 Apr 2020 00:19:23 +0300 Subject: testing automatic deploying --- .drone.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .drone.yml (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..9d68139 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,20 @@ +kind: pipeline +type: docker +name: production + +steps: +- name: deployment + image: thibaultmorin/zola + detach: true + commands: + - zola serve -p 8081 + +trigger: + branch: + - master + event: + - push + +node: + name: yaroslavps + type: docker -- cgit v1.2.3