summaryrefslogtreecommitdiffstats
path: root/static_old/.drone.yml
diff options
context:
space:
mode:
authorPratyush Desai2021-12-12 04:19:32 +0530
committerPratyush Desai2021-12-12 04:19:32 +0530
commit8fb130af81fca3b247600bd081e3a9510cbe584d (patch)
tree0042091d50a92c6df566a2f4fda3a8701be77de3 /static_old/.drone.yml
parent5725181871aab1b84ddb0cbccc7d6f033210c2cb (diff)
downloadwebsite-8fb130af81fca3b247600bd081e3a9510cbe584d.tar.gz
website-8fb130af81fca3b247600bd081e3a9510cbe584d.tar.bz2
website-8fb130af81fca3b247600bd081e3a9510cbe584d.zip
Hugo config setup
Diffstat (limited to 'static_old/.drone.yml')
-rw-r--r--static_old/.drone.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/static_old/.drone.yml b/static_old/.drone.yml
new file mode 100644
index 0000000..a2fc542
--- /dev/null
+++ b/static_old/.drone.yml
@@ -0,0 +1,22 @@
+---
+kind: pipeline
+type: exec
+name: default1
+
+clone:
+ disable: true
+
+platform:
+ os: linux
+ arch: amd64
+
+steps:
+- name: deploy
+ commands:
+ - sh /opt/drone/scripts/sync-website.sh
+
+trigger:
+ branch:
+ - master
+ event:
+ - push