sergei/Justfile
Roman bad3ea3679 chore: Update dependencies
Discord pushed an API change which broke Sergei.  Had to upgrade to the
latest on main to get the fix.
2023-06-06 17:01:17 -04:00

11 lines
215 B
Makefile

set dotenv-load
build:
podman build -t git.scalio.me/digyx/sergei:latest .
deploy: build
podman push git.scalio.me/digyx/sergei:latest
run:
mix deps.get
DISCORD_TOK=$DISCORD_TOK mix run --no-halt