try echo
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
e07e621366
commit
4fffffbba6
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue