diff --git a/Justfile b/Justfile index 083c60e..620199e 100644 --- a/Justfile +++ b/Justfile @@ -1,2 +1,7 @@ serve: uv run python -m flask --app scrapple run -h 0.0.0.0 -p 5555 + + +deploy: + uv pip freeze > requirements.txt + fly deploy