From 41200e80835cc3a18a83cfe49b74d4758ee27c4d Mon Sep 17 00:00:00 2001 From: user-penguin Date: Tue, 12 Nov 2024 02:48:55 +0700 Subject: [PATCH] fix drone --- build/ci/.drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/ci/.drone.yml b/build/ci/.drone.yml index 0344c75..86b1e15 100644 --- a/build/ci/.drone.yml +++ b/build/ci/.drone.yml @@ -37,7 +37,7 @@ steps: from_secret: ssh_key port: from_secret: ssh_port - target: /home/crab/deploys/butler_bot + target: /home/crab/deploys/smm_tg source: - .env - build/ci/Dockerfile @@ -69,7 +69,7 @@ steps: - mv deploy/docker-compose.yml . - rm -r build deploy - export PATH=$PATH:/usr/local/go/bin:/$HOME/go/bin - - goose -allow-missing -dir ./migrations postgres "user=crab password=$${DB_PASS} dbname=smm_tg host=localhost port=5432 sslmode=disable" up + - goose -allow-missing -dir ./migrations postgres "user=crab password=$${DB_PASS} dbname=smm-tg host=localhost port=5432 sslmode=disable" up - docker-compose up -d --force-recreate trigger: