Skip to content

Commit 33fe46e

Browse files
committed
Move build of postgresql-migration in build script
1 parent 2699e5a commit 33fe46e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build-clever-cloud.sh

+1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ export PATH="${HOME}/.ghcup/bin:${PATH}"
77
mise trust
88
mise install
99
mise run install-haskell-toolchain
10+
cabal install postgresql-migration-0.2.1.8
1011
mise run build-js
1112
make build-release

start-clever-cloud.sh

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ export FLORA_DB_CONNSTRING="host=${FLORA_DB_HOST} dbname=${FLORA_DB_DATABASE} po
77
user=${FLORA_DB_USER} password=${FLORA_DB_PASSWORD} \
88
sslmode=${FLORA_DB_SSLMODE:-allow}"
99

10-
11-
cabal install postgresql-migration-0.2.1.8
1210
make db-init
1311
make db-migrate
1412
make db-provision

0 commit comments

Comments
 (0)