This commit is contained in:
parent
298b8ae46a
commit
f715b83044
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: testing
|
||||
|
@ -11,7 +10,6 @@ steps:
|
|||
- go build
|
||||
|
||||
---
|
||||
|
||||
kind: pipeline
|
||||
type: ssh
|
||||
name: deploy
|
||||
|
@ -29,3 +27,6 @@ steps:
|
|||
commands:
|
||||
- echo Nu?
|
||||
- /opt/arns/deploy_push_file_service.sh
|
||||
|
||||
depends_on:
|
||||
- testing
|
||||
|
|
Loading…
Reference in a new issue