From 4e2db0fafbd6ee676cc31e90270f476d0fb71c1e Mon Sep 17 00:00:00 2001 From: user-penguin Date: Wed, 8 Mar 2023 15:40:53 +0700 Subject: [PATCH] edit bot deploy path --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a7c9f6c..4a8cc43 100644 --- a/.drone.yml +++ b/.drone.yml @@ -49,7 +49,7 @@ steps: envs: [ TOKEN,TOKEN_WEATHER,CHAT_ID,PASSWORD ] command_timeout: 10s script: - - cd bots/verochka_tg_bot + - cd deploys/bots/verochka_tg_bot - echo $${TOKEN} > token.txt - echo $${TOKEN_WEATHER} > token_weather.txt - echo $${CHAT_ID} > chat_id.txt