Update '.drone.yml'
This commit is contained in:
parent
5bc3dfe0d1
commit
a17faf126d
1 changed files with 2 additions and 4 deletions
|
@ -16,15 +16,13 @@ kind: pipeline
|
|||
type: ssh
|
||||
name: deploy
|
||||
|
||||
settings:
|
||||
id_rsa:
|
||||
from_secret: ssh_private
|
||||
|
||||
server:
|
||||
host:
|
||||
from_secret: host
|
||||
user:
|
||||
from_secret: username
|
||||
ssh_key:
|
||||
from_secret: ssh_private
|
||||
|
||||
depends_on:
|
||||
- testing
|
||||
|
|
Loading…
Reference in a new issue