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

This commit is contained in:
user-penguin 2023-09-13 23:36:36 +07:00
parent 89957e6724
commit b6d04744da
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ steps:
- mv deploy/docker-compose.yml .
- rm -r build deploy
- touch 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
- chmod +x migrate.sh
- ./migrate.sh