Update '.drone.yml'
This commit is contained in:
parent
4cea0ed8b5
commit
f195b46f49
1 changed files with 3 additions and 0 deletions
|
@ -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
|
Loading…
Reference in a new issue