Skip to content

Commit

Permalink
update dagster deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
luutuankiet authored Feb 19, 2024
1 parent 471ee0b commit c2a5b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ init_deploy:
. .github/workflows/deployment.sh

dagster:
tmux send-keys -t dagster.0 "source .venv/bin/activate && dagster-webserver -h 0.0.0.0 -p 3001" ENTER
tmux send-keys -t dagster.0 "source .venv/bin/activate && dagster dev -h 0.0.0.0 -p 3001" ENTER

streamlit:
tmux send-keys -t streamlit.0 "source .venv/bin/activate && cd app/charts && streamlit run main.py" ENTER
Expand Down

0 comments on commit c2a5b81

Please sign in to comment.