all done 4
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
b6d04744da
commit
ddaf5f6f81
|
@ -73,7 +73,7 @@ steps:
|
||||||
- echo \#!/bin/sh >> migrate.sh
|
- echo \#!/bin/sh >> 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
|
- 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
|
- chmod +x migrate.sh
|
||||||
- ./migrate.sh
|
- sh migrate.sh
|
||||||
- docker-compose up -d --force-recreate
|
- docker-compose up -d --force-recreate
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
|
|
Loading…
Reference in New Issue