Skip to content

Commit

Permalink
update deploy script source env
Browse files Browse the repository at this point in the history
  • Loading branch information
luutuankiet authored Feb 19, 2024
1 parent 41d87cf commit 4de463a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ init_deploy:
. .github/workflows/deployment.sh

dagster:
tmux send-keys -t dagster.0 "source .venv/bin/activate && dagster dev -h 0.0.0.0 -p 3001" ENTER
tmux send-keys -t dagster.0 "source .venv/bin/activate && source .env && 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
tmux send-keys -t streamlit.0 "source .venv/bin/activate && source .env && cd app/charts && streamlit run main.py" ENTER

sleeper:
sleep 10
Expand Down

0 comments on commit 4de463a

Please sign in to comment.