Skip to content

Deploy on Raspberry Pi #5

Deploy on Raspberry Pi

Deploy on Raspberry Pi #5

Workflow file for this run

name: "Deploy on Raspberry Pi"
on:
push:
branches:
- 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