Compare commits

...

1 Commits

Author SHA1 Message Date
5b9e16592a
Replacing pipeline. Beta 01.
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Georg <georg@lysergic.dev>
2021-08-07 04:26:55 +02:00

View File

@ -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