summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.drone.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
new file mode 100644
index 0000000..5d65082
--- /dev/null
+++ b/.drone.yml
@@ -0,0 +1,23 @@
+---
+kind: pipeline
+type: ssh
+name: lcwww
+
+server:
+ host:
+ from_secret: host110
+ user:
+ from_secret: user
+ ssh_key:
+ from_secret: ssh_key
+
+steps:
+- name: deploy
+ commands:
+ - /opt/scripts/confirm-test.sh
+
+trigger:
+ branch:
+ - master
+ event:
+ - push