arns-lt-tree-push-service/.drone.yml
Arnas Udovič f715b83044
Some checks failed
continuous-integration/drone/push Build is failing
Update '.drone.yml'
2022-08-16 04:14:22 +00:00

32 lines
378 B
YAML

---
kind: pipeline
type: docker
name: testing
steps:
- name: build
image: golang
commands:
- go build
---
kind: pipeline
type: ssh
name: deploy
server:
host:
from_secret: host
user:
from_secret: username
ssh_key:
from_secret: ssh_private
steps:
- name: deploy
commands:
- echo Nu?
- /opt/arns/deploy_push_file_service.sh
depends_on:
- testing