Sybren A. Stüvel
77ff6151bd
Bunch of improvements to the `check-environment` rule: - it was listed as the first target in `Makefile`, causing it to be run when you just use `make`. It's now moved down to where it is first used. - Call with `$(MAKE) -s` so that there is less logging noise. - Use `@echo` so that there is less logging noise. - Change the example to set the right environment variable (it had a trailing underscore).
5 lines
137 B
Plaintext
5 lines
137 B
Plaintext
# Copy this file as .env
|
|
# SSH account & hostname for publishing.
|
|
WEBSERVER_SSH=user@domain
|
|
WEBSERVER_ROOT=/path-to/flamenco.blender.org
|