edit drone.yml
continuous-integration/drone/push Build is failing Details

This commit is contained in:
user-penguin 2023-03-08 15:35:35 +07:00
parent 2cc6341623
commit c11d7f1924
1 changed files with 8 additions and 8 deletions

View File

@ -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 ]