new folders

This commit is contained in:
Владимир Фёдоров 2022-04-04 21:59:30 +07:00
parent 0651a91e39
commit 1d440cba58
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ steps:
from_secret: ssh_pass from_secret: ssh_pass
port: port:
from_secret: ssh_port from_secret: ssh_port
target: bots target: bots/butler_tg_bot
source: source:
- butler_tg_bot - butler_tg_bot
rm: true rm: true
@ -43,7 +43,7 @@ steps:
envs: [ TOKEN,PASSWORD ] envs: [ TOKEN,PASSWORD ]
command_timeout: 10s command_timeout: 10s
script: script:
- cd bots - cd bots/butler_tg_bot
- echo $${TOKEN} > token.txt - echo $${TOKEN} > token.txt
- echo $${PASSWORD} | sudo -S systemctl restart butler_tg_bot - echo $${PASSWORD} | sudo -S systemctl restart butler_tg_bot