Skip to content

Deploy to RPI

Deploy to RPI #8

Workflow file for this run

name: Deploy
run-name: Deploy to RPI
on:
push:
branches:
- main
jobs:
Deploy:
runs-on: self-hosted
steps:
- run: ls ~/cubus
- run: cd ~/cubus && git pull && npm run build
- run: pwd