diff options
author | EuAndreh <eu@euandre.org> | 2023-03-27 15:24:35 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-27 15:24:35 -0300 |
commit | 4c65458474aabbdb28ffd41401479a809f5d0518 (patch) | |
tree | c2b42b58c47cbed8f794744b13a6d4dca102a7c7 /src | |
parent | src/infrastructure/scripts/report.sh: Auto-fetch missing commits (diff) | |
download | toph-4c65458474aabbdb28ffd41401479a809f5d0518.tar.gz toph-4c65458474aabbdb28ffd41401479a809f5d0518.tar.xz |
conf.env: Use common $OUT_SUFFIX
Notes
See CI logs with:
git notes --ref=refs/notes/ci-logs show 4c65458474aabbdb28ffd41401479a809f5d0518
git notes --ref=refs/notes/ci-data show 4c65458474aabbdb28ffd41401479a809f5d0518
Exit status: 0
Duration: 19
Diffstat (limited to 'src')
-rw-r--r-- | src/infrastructure/config/conf.env | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/infrastructure/config/conf.env b/src/infrastructure/config/conf.env index daf313c..2721111 100644 --- a/src/infrastructure/config/conf.env +++ b/src/infrastructure/config/conf.env @@ -2,9 +2,10 @@ NAME='servers' TLD='euandre.org' -HOMEPAGE="https://$TLD/s/servers/" -HTML_OUTDIR="/srv/www/s/$NAME/" RSYNC_ADDR='zh3051@zh3051.rsync.net' +OUT_SUFFIX="s/$NAME" +HTML_OUTDIR="/srv/www/$OUT_SUFFIX/" +HOMEPAGE="https://$TLD/$OUT_SUFFIX/" CGIT_URL="https://$TLD/git/$NAME/commit/?id=" REPO_NAME="$NAME.git" |