Update '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Udovič Arns 2022-08-16 04:14:22 +00:00
parent 298b8ae46a
commit f715b83044

View file

@ -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