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
|
||||
settings:
|
||||
host:
|
||||
from_secret: ssh_ip
|
||||
from_secret: server_ip
|
||||
username:
|
||||
from_secret: ssh_login
|
||||
password:
|
||||
from_secret: ssh_pass
|
||||
from_secret: ssh_user
|
||||
key:
|
||||
from_secret: ssh_key
|
||||
port:
|
||||
from_secret: ssh_port
|
||||
target:
|
||||
|
@ -39,11 +39,11 @@ steps:
|
|||
from_secret: ssh_pass
|
||||
settings:
|
||||
host:
|
||||
from_secret: ssh_ip
|
||||
from_secret: server_ip
|
||||
username:
|
||||
from_secret: ssh_login
|
||||
password:
|
||||
from_secret: ssh_pass
|
||||
from_secret: ssh_user
|
||||
key:
|
||||
from_secret: ssh_key
|
||||
port:
|
||||
from_secret: ssh_port
|
||||
envs: [ TOKEN,TOKEN_WEATHER,CHAT_ID,PASSWORD ]
|
||||
|
|
Loading…
Reference in New Issue