added pipeline definiton file
This commit is contained in:
parent
fb2d2de5d6
commit
6205a4c1a4
|
|
@ -0,0 +1,15 @@
|
||||||
|
kind: pipeline
|
||||||
|
type: ssh
|
||||||
|
name: default
|
||||||
|
|
||||||
|
server:
|
||||||
|
host: station.baseware.net
|
||||||
|
user: jessequ
|
||||||
|
password:
|
||||||
|
from_secret: password
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
commands:
|
||||||
|
- pwd
|
||||||
|
- echo 'test is a project.'
|
||||||
Loading…
Reference in New Issue