aboutsummaryrefslogtreecommitdiff
path: root/src/infrastructure/config
diff options
context:
space:
mode:
Diffstat (limited to 'src/infrastructure/config')
-rw-r--r--src/infrastructure/config/conf.env5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/infrastructure/config/conf.env b/src/infrastructure/config/conf.env
index 04af0c4..7a75a1a 100644
--- a/src/infrastructure/config/conf.env
+++ b/src/infrastructure/config/conf.env
@@ -4,9 +4,10 @@ NAME='servers'
TLD='euandre.org'
RSYNC_ACCT='zh3051@zh3051'
OUT_SUFFIX="s/$NAME"
-HTML_OUTDIR_TOP="/srv/www/$OUT_SUFFIX"
-HTML_OUTDIR_CI="$HTML_OUTDIR_TOP/ci"
+CI_SUFFIX="ci"
+HTML_OUTDIR_TOP="/srv/www/$OUT_SUFFIX"
+HTML_OUTDIR_CI="$HTML_OUTDIR_TOP/$CI_SUFFIX"
RSYNC_ADDR="$RSYNC_ACCT.rsync.net"
HOMEPAGE="https://$TLD/$OUT_SUFFIX/"
CGIT_URL="https://$TLD/git/$NAME/commit/?id="