diff --git a/build/ci/.drone.yml b/build/ci/.drone.yml index 54278df..fbecaeb 100644 --- a/build/ci/.drone.yml +++ b/build/ci/.drone.yml @@ -69,7 +69,7 @@ steps: - mv build/ci/docker-compose.yml . - 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 - - docker-compose up -d --force-recreate + - docker-compose up -d --force-recreate --build trigger: branch: