try one $
continuous-integration/drone/push Build is passing Details

This commit is contained in:
user-penguin 2023-09-13 18:42:19 +07:00
parent e33cf55a42
commit e07e621366
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ steps:
- mv build/ci/Dockerfile . - mv build/ci/Dockerfile .
- mv deploy/docker-compose.yml . - mv deploy/docker-compose.yml .
- rm -r build deploy - 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 - docker-compose up -d --force-recreate
# TODO: # TODO: