From 1d440cba581c988301e85e90c7b0270c285b96c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=BB=D0=B0=D0=B4=D0=B8=D0=BC=D0=B8=D1=80=20=D0=A4?= =?UTF-8?q?=D0=B5=D0=B4=D0=BE=D1=80=D0=BE=D0=B2?= Date: Mon, 4 Apr 2022 21:59:30 +0700 Subject: [PATCH] new folders --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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