Update '.drone.yml'
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone Build was killed

This commit is contained in:
Udovič Arns 2022-08-15 20:01:51 +00:00
parent 20c8752842
commit 489b1df47f

View file

@ -3,7 +3,19 @@ kind: pipeline
type: docker
name: default
steps:
- name: backend
- name: test
image: golang
commands:
- go build
- go build
---
kind: pipeline
type: ssh
name: deploy
settings:
id_rsa:
from_secret: ssh_private
steps:
- name: deploy
commands:
- /opt/arns/deploy_push_file_service.sh