summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/.drone.yml b/.drone.yml
deleted file mode 100644
index a2fc542..0000000
--- a/.drone.yml
+++ /dev/null
@@ -1,22 +0,0 @@
----
-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