diff --git a/.drone.yml b/.drone.yml index e082afc..003c18e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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