
Move sensitive information into a dedicated .env file, which is required only for deployment purposes.
5 lines
138 B
Plaintext
5 lines
138 B
Plaintext
# Copy this file as .env
|
|
# SSH account & hostname for publishing.
|
|
WEBSERVER_SSH_=user@domain
|
|
WEBSERVER_ROOT=/path-to/flamenco.blender.org
|