fix file name

This commit is contained in:
Владимир Фёдоров 2022-09-04 22:52:33 +07:00
parent c3fef99fc3
commit 1182d5f93e
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ steps:
- cd bots/verochka_tg_bot - cd bots/verochka_tg_bot
- echo $${TOKEN} > token.txt - echo $${TOKEN} > token.txt
- echo $${TOKEN_WEATHER} > token_weather.txt - echo $${TOKEN_WEATHER} > token_weather.txt
- echo $${CHAT_ID} > token_weather.txt - echo $${CHAT_ID} > chat_id.txt
- echo $${PASSWORD} | sudo -S systemctl restart verochka_tg_bot - echo $${PASSWORD} | sudo -S systemctl restart verochka_tg_bot
trigger: trigger: