flamenco/.env.example
Sybren A. Stüvel 77ff6151bd Fix check-environment Makefile rule
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).
2023-05-19 12:09:29 +02:00

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