new folders
This commit is contained in:
parent
0651a91e39
commit
1d440cba58
|
@ -19,7 +19,7 @@ steps:
|
|||
from_secret: ssh_pass
|
||||
port:
|
||||
from_secret: ssh_port
|
||||
target: bots
|
||||
target: bots/butler_tg_bot
|
||||
source:
|
||||
- butler_tg_bot
|
||||
rm: true
|
||||
|
@ -43,7 +43,7 @@ steps:
|
|||
envs: [ TOKEN,PASSWORD ]
|
||||
command_timeout: 10s
|
||||
script:
|
||||
- cd bots
|
||||
- cd bots/butler_tg_bot
|
||||
- echo $${TOKEN} > token.txt
|
||||
- echo $${PASSWORD} | sudo -S systemctl restart butler_tg_bot
|
||||
|
||||
|
|
Loading…
Reference in New Issue