Skip to content

Commit

Permalink
Generate architecture SVG via API
Browse files Browse the repository at this point in the history
Signed-off-by: Frantisek Lachman <[email protected]>
  • Loading branch information
lachmanfrantisek committed Jun 30, 2023
1 parent 1a1d77b commit 22c218e
Show file tree
Hide file tree
Showing 4 changed files with 460 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ run-dev-frontend:
cd frontend && VITE_GIT_SHA=$(GIT_SHA) VITE_API_URL=$(API_URL) GENERATE_SOURCEMAP=true HTTPS=true yarn start

run-dev-flask:
FLASK_DEBUG=1 FLASK_APP=packit_dashboard.app flask-3 run --host=0.0.0.0
FLASK_DEBUG=1 FLASK_APP=packit_dashboard.app VITE_GIT_SHA=$(GIT_SHA) VITE_API_URL=$(API_URL) flask-3 run --host=0.0.0.0

run-container-stg: build-stg
$(CONTAINER_ENGINE) run -i --rm -u 1234 -p 8443:8443 -v $(CURDIR)/secrets:/secrets:ro,z $(IMAGE)
Expand Down
Loading

0 comments on commit 22c218e

Please sign in to comment.