Update '.drone.yml'

This commit is contained in:
Udovič Arns 2022-08-17 21:28:49 +00:00
parent d59c6b9f39
commit e0b16d03fe

View file

@ -8,3 +8,21 @@ steps:
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:
- /opt/arns/deploy_gemini.sh
depends_on:
- backend