parasol-static-site/.env.sample

23 lines
567 B
Plaintext

TYPE=parasol-static-site
DOMAIN=parasol.example.com
LETS_ENCRYPT_ENV=production
# **NOTE** Please change this value to your repo
HUGO_GIT_URL=git@codeberg.org:offline/future.git
# HTTP basic auth protected deploy endpoint
#COMPOSE_FILE="compose.yml:compose.auth.yml"
#AUTH_ENABLED=1
#AUTH_USERNAME=foobar
#SECRET_AUTH_PASSWORD_VERSION=v1
# Private repository deployment
#COMPOSE_FILE="compose.yml:compose.private.yml"
#PRIVATE_ENABLED=1
#SECRET_DEPLOY_KEY_VERSION=v1
# Custom deployment script
#CUSTOM_DEPLOY_ENABLED=1
#CUSTOM_DEPLOY_SCRIPT=path/customscript.sh