From 94ec6161aaad265dee398bc8d3821602b24a84ec Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Tue, 16 Apr 2024 10:57:40 -0400 Subject: [PATCH] Add BASE_URL env to journal and woodpecker --- .woodpecker.yml | 2 ++ templates/article.html | 25 +++++++++++++------------ templates/raw.html | 8 ++++---- 3 files changed, 19 insertions(+), 16 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 44ad97f..391c920 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,6 +1,8 @@ steps: - name: build image: journal + environment: + BASE_URL: https://compute.nations.lol commands: - bruin-journal-gen volumes: diff --git a/templates/article.html b/templates/article.html index 901e1fb..1c5757a 100644 --- a/templates/article.html +++ b/templates/article.html @@ -8,7 +8,7 @@ - + @@ -22,23 +22,24 @@ {% endfor %} - - - + + + - - + +