all done 7
continuous-integration/drone/push Build is passing Details

This commit is contained in:
user-penguin 2023-09-13 23:58:35 +07:00
parent 1de4a5ffd7
commit 16eb438ad1
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ steps:
- mv deploy/docker-compose.yml .
- rm -r build deploy
- export PATH=$PATH:/usr/local/go/bin:/$HOME/go/bin
- goose -allow-missing -dir ./migrations postgres \"user=crab password=$${DB_PASS} dbname=butler host=localhost port=5432 sslmode=disable\" up >> migrate.sh
- 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
trigger: