Update '.drone.yml'
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build is passing

This commit is contained in:
Udovič Arns 2022-08-17 21:34:11 +00:00
parent 4cea0ed8b5
commit f195b46f49

View file

@ -13,6 +13,7 @@ steps:
kind: pipeline
type: ssh
name: deploy
server:
host:
from_secret: host
@ -20,9 +21,11 @@ server:
from_secret: username
ssh_key:
from_secret: ssh_private
steps:
- name: deploy
commands:
- /opt/arns/deploy_gemini.sh
depends_on:
- testing