blog/backend/run.sh

8 lines
165 B
Bash
Raw Normal View History

2023-02-07 06:02:51 +00:00
#!/usr/bin/env bash
# -*- coding: utf-8 -*-
DATABASE_URL="$BACKEND_DB_URL" diesel setup \
--migration-dir ./migrations \
--locked-schema &&
./bin/backend run