add token_weather

This commit is contained in:
Владимир Фёдоров 2022-04-25 01:09:53 +07:00
parent 81af2a3d2b
commit 1f4e06d57b
1 changed files with 1 additions and 1 deletions

View File

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