From f47357feaaae7c3e6e9202ad3deb7b0c8f4e3505 Mon Sep 17 00:00:00 2001 From: James Turk Date: Fri, 10 Jan 2025 23:34:51 -0600 Subject: [PATCH] deploy --- Justfile | 5 +++++ 1 file changed, 5 insertions(+) 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