up version
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
d02de4b306
commit
8c31f56b9f
|
@ -30,10 +30,6 @@ steps:
|
||||||
environment:
|
environment:
|
||||||
TOKEN:
|
TOKEN:
|
||||||
from_secret: bot_token
|
from_secret: bot_token
|
||||||
TOKEN_WEATHER:
|
|
||||||
from_secret: bot_token_weather
|
|
||||||
CHAT_ID:
|
|
||||||
from_secret: bot_chat_id
|
|
||||||
PASSWORD:
|
PASSWORD:
|
||||||
from_secret: ssh_pass
|
from_secret: ssh_pass
|
||||||
settings:
|
settings:
|
||||||
|
@ -45,7 +41,7 @@ steps:
|
||||||
from_secret: ssh_key
|
from_secret: ssh_key
|
||||||
port:
|
port:
|
||||||
from_secret: ssh_port
|
from_secret: ssh_port
|
||||||
envs: [ TOKEN,TOKEN_WEATHER,CHAT_ID,PASSWORD ]
|
envs: [ TOKEN,PASSWORD ]
|
||||||
command_timeout: 10s
|
command_timeout: 10s
|
||||||
script:
|
script:
|
||||||
- cd deploys/valera_tg_bot
|
- cd deploys/valera_tg_bot
|
||||||
|
|
Loading…
Reference in New Issue