Merge pull request #219 from vikanezrimaya/patch-1
hydra-jobsets.tf: update canonical Kittybox source
This commit is contained in:
commit
1c9f92066c
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ resource "hydra_project" "kittybox" {
|
||||||
name = "kittybox"
|
name = "kittybox"
|
||||||
display_name = "Kittybox"
|
display_name = "Kittybox"
|
||||||
description = "The IndieWeb blogging solution"
|
description = "The IndieWeb blogging solution"
|
||||||
homepage = "https://gitlab.com/kittybox/kittybox"
|
homepage = "https://sr.ht/~vikanezrimaya/kittybox"
|
||||||
owner = "admin"
|
owner = "admin"
|
||||||
enabled = true
|
enabled = true
|
||||||
visible = true
|
visible = true
|
||||||
|
@ -17,7 +17,7 @@ resource "hydra_jobset" "kittybox" {
|
||||||
type = "flake"
|
type = "flake"
|
||||||
description = "main branch"
|
description = "main branch"
|
||||||
|
|
||||||
flake_uri = "gitlab:kittybox/kittybox"
|
flake_uri = "git+https://git.sr.ht/~vikanezrimaya/kittybox?ref=main"
|
||||||
|
|
||||||
check_interval = 300
|
check_interval = 300
|
||||||
scheduling_shares = 3000
|
scheduling_shares = 3000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue