forked from coop-cloud/example
5 lines
151 B
Plaintext
5 lines
151 B
Plaintext
export SERVICE=${REPO_NAME_KEBAB}
|
|
export DOMAIN=${REPO_NAME_KEBAB}.example.com
|
|
export STACK_NAME=${REPO_NAME_SNAKE}
|
|
export LETS_ENCRYPT_ENV=production
|