Kind of working workflows...
This commit is contained in:
parent
c1cb9aa3db
commit
17abb6019c
8 changed files with 213 additions and 132 deletions
|
@ -1,11 +1,11 @@
|
|||
(use-modules
|
||||
(ordo blueprint)
|
||||
(ordo core)
|
||||
((ordo action filesystem) #:prefix fs:)
|
||||
((ordo action quadlet) #:prefix quadlet:)
|
||||
((ordo action systemctl) #:prefix systemctl:))
|
||||
|
||||
(define* (install-forgejo #:key (version "11"))
|
||||
"Create a blueprint to install Forgejo on a CoreOS system"
|
||||
(blueprint (format #f "Install forgejo version ~a" version)
|
||||
(task "Install configuration directory"
|
||||
#:action fs:install-dir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue