website/.forgejo/workflows/main.yml
Jan Kremer 3cbded850d
Some checks failed
/ deploy (push) Failing after 2s
Add forgejo action
2026-03-28 14:49:02 +01:00

17 lines
380 B
YAML

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