
Include the SSH port in the `.env` file, so that we can rsync to non- default port numbers.
6 lines
159 B
Plaintext
6 lines
159 B
Plaintext
# Copy this file as .env
|
|
# SSH account & hostname for publishing.
|
|
WEBSERVER_SSH=user@domain
|
|
WEBSERVER_SSH_PORT=22
|
|
WEBSERVER_ROOT=/path-to/flamenco.blender.org
|