rave/Justfile
Lyssieth 71b7eca0b9
feat: more kejiggering, added Sentry support
and tracing spans.
(personally I use glitchtip :3)
2023-10-10 22:06:32 +03:00

14 lines
No EOL
345 B
Makefile

set dotenv-load := false
build:
docker buildx build --pull --platform linux/amd64 -t "forge.lys.ee/lyssieth/rave:amd64" --load .
mount:
bash ./mount.sh
run: mount
RAVE_STORAGE_DIR=/tmp/media-for-rave cargo r
update-db:
sea migrate fresh
sea generate entity -o ./entities/src --with-serde both --date-time-crate time --lib