Skip to content

Commit

Permalink
fix: testint render deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
broomva committed Feb 9, 2024
1 parent a8c736d commit be6592b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@ deploy_service:
dagster-webserver -h 0.0.0.0 -p 3001 && dagster-daemon run

deploy_api:
python -m uvicorn vortex.api:app --reload && ngrok http 8000
python -m uvicorn vortex.api:app --port 10000 &

# && ngrok http 10000

0 comments on commit be6592b

Please sign in to comment.