website/.forgejo/workflows/main.yml
Jan Kremer 9521f4db57
Some checks failed
/ deploy (push) Failing after 0s
Add forgejo action
2026-03-28 14:45:16 +01:00

17 lines
374 B
YAML

on:
push:
branches: ["main"]
workflow_dispatch:
jobs:
deploy:
runs-on: native
steps:
- name: Checkout
run: git clone --depth 1 ${{ gitea.server_url }}/${{ gitea.repository }} .
- name: Check
run: nix flake check
- name: Build
run: nix run .
- name: Deploy
run: cp -r public/. /var/www/jankremer.de/