Update '.drone.yml'
This commit is contained in:
parent
c3d65b5579
commit
4c1726f5c8
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ type: ssh
|
||||||
name: deployment
|
name: deployment
|
||||||
|
|
||||||
server:
|
server:
|
||||||
host: 192.168.68.121
|
host: 192.168.1.2
|
||||||
user: vylpes
|
user: vylpes
|
||||||
password:
|
password:
|
||||||
from_secret: ssh_password
|
from_secret: ssh_password
|
||||||
|
@ -30,7 +30,7 @@ type: ssh
|
||||||
name: staging
|
name: staging
|
||||||
|
|
||||||
server:
|
server:
|
||||||
host: 192.168.68.121
|
host: 192.168.1.2
|
||||||
user: vylpes
|
user: vylpes
|
||||||
password:
|
password:
|
||||||
from_secret: ssh_password
|
from_secret: ssh_password
|
||||||
|
|
Loading…
Reference in a new issue