new folders
This commit is contained in:
parent
0651a91e39
commit
1d440cba58
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue