diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/env.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/env.sh b/templates/env.sh new file mode 100644 index 00000000..4ff21f2f --- /dev/null +++ b/templates/env.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env bash +set -euo pipefail +cd "$(dirname "${BASH_SOURCE[0]}")" + +export SERVER_URL=root@euandre.org +export DOCS_SERVER_PATH="/home/user-data/www/default/$REPO/" |
