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
|
type: ssh
|
||||||
name: deploy
|
name: deploy
|
||||||
|
|
||||||
settings:
|
|
||||||
id_rsa:
|
|
||||||
from_secret: ssh_private
|
|
||||||
|
|
||||||
server:
|
server:
|
||||||
host:
|
host:
|
||||||
from_secret: host
|
from_secret: host
|
||||||
user:
|
user:
|
||||||
from_secret: username
|
from_secret: username
|
||||||
|
ssh_key:
|
||||||
|
from_secret: ssh_private
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- testing
|
- testing
|
||||||
|
|
Loading…
Reference in a new issue