ver. up
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
60fbf7c214
commit
3e61a8a3c2
|
@ -20,7 +20,7 @@ steps:
|
|||
port:
|
||||
from_secret: ssh_port
|
||||
target:
|
||||
- deploys/bots/verochka_tg_bot
|
||||
- deploys/verochka_tg_bot
|
||||
source:
|
||||
- verochka_tg_bot
|
||||
- config
|
||||
|
@ -49,7 +49,7 @@ steps:
|
|||
envs: [ TOKEN,TOKEN_WEATHER,CHAT_ID,PASSWORD ]
|
||||
command_timeout: 10s
|
||||
script:
|
||||
- cd deploys/bots/verochka_tg_bot
|
||||
- cd deploys/verochka_tg_bot
|
||||
- echo $${TOKEN} > token.txt
|
||||
- echo $${TOKEN_WEATHER} > token_weather.txt
|
||||
- echo $${CHAT_ID} > chat_id.txt
|
||||
|
|
|
@ -30,7 +30,7 @@ func ThanksMessage() string {
|
|||
}
|
||||
|
||||
func HelpMessage(chatID int64) string {
|
||||
return "Вот чем я могу вам помочь (v1.4.4), отправь:\n\n" +
|
||||
return "Вот чем я могу вам помочь (v1.4.5), отправь:\n\n" +
|
||||
"- /ping отобью pong\n" +
|
||||
"- /today_lessons покажу расписание на сегодня\n" +
|
||||
"- /tomorrow_lessons покажу расписание на завтра\n" +
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[Service]
|
||||
WorkingDirectory=/home/crab/vladimir/verochka_tg_bot
|
||||
ExecStart=/home/crab/vladimir/verochka_tg_bot/verochka_tg_bot
|
||||
WorkingDirectory=/home/crab/deploys/verochka_tg_bot
|
||||
ExecStart=/home/crab/deploys/verochka_tg_bot/verochka_tg_bot
|
||||
Restart=always
|
||||
|
|
Loading…
Reference in New Issue