aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorYaroslav <contact@yaroslavps.com>2020-04-30 00:19:23 +0300
committerYaroslav <contact@yaroslavps.com>2020-04-30 00:19:23 +0300
commit375f93ea5aeaaf54ab1a263ddf65deb2a13db70c (patch)
treefe4a58736607fba68c85969c4228494bedabaeff /.drone.yml
parent3c6ef186c79e5ea5a9412a55b991bec36e475bd4 (diff)
downloadyaroslavps.com-375f93ea5aeaaf54ab1a263ddf65deb2a13db70c.tar.gz
yaroslavps.com-375f93ea5aeaaf54ab1a263ddf65deb2a13db70c.zip
testing automatic deploying
Diffstat (limited to '.drone.yml')
-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..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