Remove workflow from forgejo example

This commit is contained in:
Ray Miller 2025-07-06 15:00:41 +01:00
parent 66a2a887fd
commit 3d4a83fd37
Signed by: ray
GPG key ID: 043F786C4CD681B8

View file

@ -54,5 +54,4 @@
#:action systemctl:restart
#:args '((#:unit . "forgejo-pod.service")))))
(workflow
(execute (install-forgejo #:version "11") "root@limiting-factor"))
(execute (install-forgejo #:version "11") "limiting-factor" #:sudo? #t)