all done 2
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
049104deb2
commit
89957e6724
|
@ -69,7 +69,10 @@ 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
|
- touch migrate.sh
|
||||||
|
- echo goose -allow-missing -dir ./migrations postgres \"user=crab password=$${DB_PASS} dbname=butler host=localhost port=5432 sslmode=disable\" up >> migrate.sh
|
||||||
|
- chmod +x migrate.sh
|
||||||
|
- ./migrate.sh
|
||||||
- docker-compose up -d --force-recreate
|
- docker-compose up -d --force-recreate
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
|
|
Loading…
Reference in New Issue