From e07e621366739dafdcacabb40cabf0867aeeca62 Mon Sep 17 00:00:00 2001 From: user-penguin Date: Wed, 13 Sep 2023 18:42:19 +0700 Subject: [PATCH] try one $ --- 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 95a0326..6b3e3ea 100644 --- a/build/ci/.drone.yml +++ b/build/ci/.drone.yml @@ -69,7 +69,7 @@ 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 + - 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: