feat: Add a Forgejo Actions pipeline

Added a Forgejo Actions CI/CD pipeline to supersede the manual deploy.sh,
automating builds and deployments on push.
This commit is contained in:
Matthew Binning 2026-03-22 14:06:34 -07:00
parent e60c9bd3ae
commit 69144e0f02
2 changed files with 36 additions and 10 deletions

View file

@ -0,0 +1,17 @@
name: Build and Deploy
on:
push:
branches:
- master
- develop
jobs:
deploy:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Deploy
run: nix shell nixpkgs#mdbook --command ./deploy.sh local