fix: website waits on forgejo
This commit is contained in:
parent
b443cac85f
commit
60d300cb43
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ in
|
||||||
# Always rebuilds because wynne bakes DB content (guestbook) into pages at build time
|
# Always rebuilds because wynne bakes DB content (guestbook) into pages at build time
|
||||||
systemd.services.wynne-rebuild = {
|
systemd.services.wynne-rebuild = {
|
||||||
description = "Clone/pull and build wynne.rs";
|
description = "Clone/pull and build wynne.rs";
|
||||||
after = [ "network-online.target" ];
|
after = [ "network-online.target" "forgejo.service" ];
|
||||||
path = [ pkgs.nodejs pkgs.bash ];
|
path = [ pkgs.nodejs pkgs.bash ];
|
||||||
environment = {
|
environment = {
|
||||||
ASTRO_DB_REMOTE_URL = "file:${dataDir}/data/guestbook.db";
|
ASTRO_DB_REMOTE_URL = "file:${dataDir}/data/guestbook.db";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue