edit drone.yml
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
2cc6341623
commit
c11d7f1924
16
.drone.yml
16
.drone.yml
|
@ -12,11 +12,11 @@ steps:
|
||||||
image: appleboy/drone-scp
|
image: appleboy/drone-scp
|
||||||
settings:
|
settings:
|
||||||
host:
|
host:
|
||||||
from_secret: ssh_ip
|
from_secret: server_ip
|
||||||
username:
|
username:
|
||||||
from_secret: ssh_login
|
from_secret: ssh_user
|
||||||
password:
|
key:
|
||||||
from_secret: ssh_pass
|
from_secret: ssh_key
|
||||||
port:
|
port:
|
||||||
from_secret: ssh_port
|
from_secret: ssh_port
|
||||||
target:
|
target:
|
||||||
|
@ -39,11 +39,11 @@ steps:
|
||||||
from_secret: ssh_pass
|
from_secret: ssh_pass
|
||||||
settings:
|
settings:
|
||||||
host:
|
host:
|
||||||
from_secret: ssh_ip
|
from_secret: server_ip
|
||||||
username:
|
username:
|
||||||
from_secret: ssh_login
|
from_secret: ssh_user
|
||||||
password:
|
key:
|
||||||
from_secret: ssh_pass
|
from_secret: ssh_key
|
||||||
port:
|
port:
|
||||||
from_secret: ssh_port
|
from_secret: ssh_port
|
||||||
envs: [ TOKEN,TOKEN_WEATHER,CHAT_ID,PASSWORD ]
|
envs: [ TOKEN,TOKEN_WEATHER,CHAT_ID,PASSWORD ]
|
||||||
|
|
Loading…
Reference in New Issue