include runner config
All checks were successful
/ build (push) Successful in 24s

This commit is contained in:
Nycki 2024-12-27 23:39:47 +00:00
parent ea770fa944
commit e35780ea63
2 changed files with 20 additions and 2 deletions

View file

@ -1,8 +1,8 @@
on: on:
workflow_dispatch: workflow_dispatch:
push: push:
branches: [main] branches: [main]
jobs: jobs:
build: build:
runs-on: self-hosted runs-on: self-hosted

View file

@ -0,0 +1,18 @@
[Unit]
Description=Forgejo Runner
Documentation=https://forgejo.org/docs/latest/admin/actions/
After=docker.service
[Service]
ExecStart=forgejo-runner daemon
ExecReload=/bin/kill -s HUP $MAINPID
# This user and working directory must already exist
User=nycki-forgejo
WorkingDirectory=/opt/nycki-forgejo
Restart=on-failure
TimeoutSec=0
RestartSec=10
[Install]
WantedBy=multi-user.target