This commit is contained in:
parent
fbdd2bcbd2
commit
5bc3dfe0d1
1 changed files with 4 additions and 4 deletions
|
@ -16,16 +16,16 @@ 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
|
||||||
|
|
||||||
settings:
|
|
||||||
id_rsa:
|
|
||||||
from_secret: ssh_private
|
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- testing
|
- testing
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue