flamenco/.env.example
Sybren A. Stüvel 534e09d905 Makefile: include SSH port in .env file
Include the SSH port in the `.env` file, so that we can rsync to non-
default port numbers.
2025-04-03 12:14:36 +02:00

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