From 8fb130af81fca3b247600bd081e3a9510cbe584d Mon Sep 17 00:00:00 2001 From: Pratyush Desai Date: Sun, 12 Dec 2021 04:19:32 +0530 Subject: Hugo config setup --- static_old/.drone.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 static_old/.drone.yml (limited to 'static_old/.drone.yml') 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 -- cgit v1.2.3