summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorGeorg2021-08-07 04:21:48 +0200
committerGeorg2021-08-07 04:26:55 +0200
commit5b9e16592a915ba16f45297367a16f337fd989ac (patch)
treebd9999e435b5e82e38331d3bb65d8039f87b7e70 /.drone.yml
parentea8ee54ea4ef07c4bf46e247bf7367e6d05b4074 (diff)
downloadtesting-master.tar.gz
testing-master.tar.bz2
testing-master.zip
Replacing pipeline. Beta 01.HEADmaster
Signed-off-by: Georg <georg@lysergic.dev>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml27
1 files changed, 14 insertions, 13 deletions
diff --git a/.drone.yml b/.drone.yml
index bebf234..6ca96c4 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -1,21 +1,22 @@
---
kind: pipeline
-type: ssh
-name: default
-
-server:
- host:
- from_secret: host110
- user:
- from_secret: user
- ssh_key:
- from_secret: ssh_key
- port: 28
+type: exec
+name: default1
clone:
disable: true
+platform:
+ os: linux
+ arch: amd64
+
steps:
-- name: deploy
+- name: greeting
commands:
- - /opt/scripts/confirm-test.sh
+ - echo "Init Testing Pipeline" | nc -N 127.0.0.2 2424
+ - sh /opt/drone/scripts/testing-remote.sh
+ - echo "Completed Testing Pipeline" | nc -N 127.0.0.2 2424
+
+trigger:
+ branch:
+ - master