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: