Replacing pipeline. Beta 01.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Georg <georg@lysergic.dev>
This commit is contained in:
parent
ea8ee54ea4
commit
5b9e16592a
27
.drone.yml
27
.drone.yml
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user