From 16eb438ad19f3e83feebfb17ffc48e5bf3c62c23 Mon Sep 17 00:00:00 2001 From: user-penguin Date: Wed, 13 Sep 2023 23:58:35 +0700 Subject: [PATCH] all done 7 --- build/ci/.drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/ci/.drone.yml b/build/ci/.drone.yml index 7ea3e20..f714795 100644 --- a/build/ci/.drone.yml +++ b/build/ci/.drone.yml @@ -70,7 +70,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=butler host=localhost port=5432 sslmode=disable\" up >> migrate.sh + - goose -allow-missing -dir ./migrations postgres "user=crab password=$${DB_PASS} dbname=butler host=localhost port=5432 sslmode=disable" up - docker-compose up -d --force-recreate trigger: