Replacing pipeline. Beta 01.
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: Georg <georg@lysergic.dev>
This commit is contained in:
Georg Pfuetzenreuter 2021-08-07 04:21:48 +02:00
parent ea8ee54ea4
commit 5b9e16592a
Signed by: Georg
GPG Key ID: 1DAF57F49F8E8F22

View File

@ -1,21 +1,22 @@
--- ---
kind: pipeline kind: pipeline
type: ssh type: exec
name: default name: default1
server:
host:
from_secret: host110
user:
from_secret: user
ssh_key:
from_secret: ssh_key
port: 28
clone: clone:
disable: true disable: true
platform:
os: linux
arch: amd64
steps: steps:
- name: deploy - name: greeting
commands: 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