Skip to content

Commit

Permalink
chore: Add deployment workflow for Raspberry Pi
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmenezes committed May 2, 2024
1 parent d28efa5 commit 315e322
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Deploy on Raspberry Pi

on:
push:
- main
workflow_dispatch:

jobs:
deploy-streamlit:
name: "🚀 Report Generate"
runs-on: self-hosted

steps:
- uses: actions/checkout@v4

- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.12
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,13 @@
## Streamlit

- Status: IN DEVELOPMENT
- Command: `poetry run streamlit run main.py`
- Running on Raspberry Pi4 4GB
- Command:
```bash
poetry run streamlit run streamlit/main.py \
--server.runOnSave true \
--ui.hideTopBar true
```


## Desenvolvimento/Colaboração
Expand Down

0 comments on commit 315e322

Please sign in to comment.