1
2
3
4
5
|
# Copy to deploy/deploy.env (gitignored) and fill in. Used by scripts/brew-release.sh.
REMOTE= # ssh host alias, e.g. codex
DOMAIN= # public domain serving /dl and /git, e.g. codex.humdrum.me
REPOS_PATH= # server path to the bare git repos, e.g. /var/lib/soft-serve/data/repos
RUN_USER= # OS user that owns the repos on the server
|