parasol-static-site/.env.sample

27 lines
828 B
Plaintext

TYPE=parasol-static-site
DOMAIN=parasol-static-site.example.com
LETS_ENCRYPT_ENV=production
COMPOSE_FILE="compose.yml"
# **NOTE** Please change this value to your repo
HUGO_GIT_URL=git@codeberg.org:eotl/example-repo.git
# HTTP Basic Auth protected /deploy endpoint
#COMPOSE_FILE="$COMPOSE_FILE:compose.auth.yml"
#AUTH_ENABLED=1
#AUTH_USERNAME=foobar
#SECRET_AUTH_PASSWORD_VERSION=v1
# Private repository deployment
#COMPOSE_FILE="$COMPOSE_FILE:compose.private.yml"
#PRIVATE_ENABLED=1
#SECRET_DEPLOY_KEY_VERSION=v1
# Custom deployment script
# place this in your HUGO_GIT_URL repository root
# attention: if you use this option you need to add the steps from deploy.sh.tmpl in your custom deploy script
# starting with "◆ Install or update Hugo Modules"
#CUSTOM_DEPLOY_ENABLED=1
#CUSTOM_DEPLOY_SCRIPT=path/customscript.sh