From 4fffffbba687f21a873bd4ca20bda08b47c5ecb9 Mon Sep 17 00:00:00 2001 From: user-penguin Date: Wed, 13 Sep 2023 18:44:51 +0700 Subject: [PATCH] try echo --- build/ci/.drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/ci/.drone.yml b/build/ci/.drone.yml index 6b3e3ea..f969e1c 100644 --- a/build/ci/.drone.yml +++ b/build/ci/.drone.yml @@ -69,7 +69,9 @@ steps: - mv build/ci/Dockerfile . - mv deploy/docker-compose.yml . - rm -r build deploy - - goose -allow-missing -dir ./migrations postgres "user=crab password=${DB_PASS} dbname=butler host=localhost port=5432 sslmode=disable" up + - touch test + - echo "user=crab password=.hbqufufhby dbname=butler host=localhost port=5432" >> test + - 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 # TODO: