blog/backend/run.sh
2023-02-08 22:13:11 +01:00

7 lines
175 B
Bash

#!/usr/bin/env bash
# -*- coding: utf-8 -*-
DATABASE_URL="$BACKEND_DB_URL" diesel setup \
--migration-dir ./migrations \
--locked-schema &&
RUST_LOG=info ./bin/backend