add token_weather
This commit is contained in:
parent
81af2a3d2b
commit
1f4e06d57b
|
@ -47,7 +47,7 @@ steps:
|
||||||
script:
|
script:
|
||||||
- cd bots/verochka_tg_bot
|
- cd bots/verochka_tg_bot
|
||||||
- echo $${TOKEN} > token.txt
|
- echo $${TOKEN} > token.txt
|
||||||
- echo $${TOKEN_WEATHER} > token.txt
|
- echo $${TOKEN_WEATHER} > token_weather.txt
|
||||||
- echo $${PASSWORD} | sudo -S systemctl restart verochka_tg_bot
|
- echo $${PASSWORD} | sudo -S systemctl restart verochka_tg_bot
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
|
|
Loading…
Reference in New Issue