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

This commit is contained in:
user-penguin 2023-09-13 23:31:52 +07:00
parent 049104deb2
commit 89957e6724
1 changed files with 4 additions and 1 deletions

View File

@ -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: