summaryrefslogtreecommitdiff
path: root/pkgs/by-name/ho/hoarder/helpers/migrate
blob: e11a50542340a298750854e556bbdef14b94469b (about) (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash
set -eu -o pipefail
HOARDER_LIB_PATH=
RELEASE=
NODE_ENV=production

[[ -d "$DATA_DIR" ]]	# Ensure DATA_DIR is defined and exists

export RELEASE NODE_ENV
exec "$HOARDER_LIB_PATH/node_modules/.bin/tsx" "$HOARDER_LIB_PATH/packages/db/migrate.ts" "$@"