Replacing pipeline. Beta 01.
continuous-integration/drone/push Build is passing Details

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
1 changed files with 14 additions and 13 deletions

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