Skip to content

Commit

Permalink
chore: Install dependencies in /opt/streamlit during deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmenezes committed May 2, 2024
1 parent 180315b commit e066e8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ jobs:
run: |
sudo cp -r . /opt/streamlit
sudo cp streamlit.service /etc/systemd/system/streamlit.service
cd /opt/streamlit
poetry install
sudo systemctl daemon-reload
sudo systemctl restart streamlit

0 comments on commit e066e8f

Please sign in to comment.