arns-lt-tree-push-service/.drone.yml
Arnas Udovič ce1f642517
Some checks reported errors
continuous-integration/drone/push Build was killed
Update '.drone.yml'
2022-08-15 20:38:09 +00:00

26 lines
354 B
YAML

---
kind: pipeline
type: docker
name: testing
steps:
- name: build
image: golang
commands:
- go build
---
kind: pipeline
type: ssh
name: deploy
server:
host: c4230.l.dedikuoti.lt
user: root
settings:
id_rsa:
from_secret: ssh_private
depends_on:
- testing
steps:
- name: deploy
commands:
- /opt/arns/deploy_push_file_service.sh