The production deployment config at /srv/synix/project/ — pipeline.py, synix-server.toml — is not version controlled. These files live only on disk on salinas.
This should live in a private repo (separate from the main synix repo since it's personal config, not library code). Track at minimum:
pipeline.py
synix-server.toml
- Any other deployment-specific config
This protects against accidental loss and makes it possible to review changes to the pipeline definition over time.
The production deployment config at
/srv/synix/project/—pipeline.py,synix-server.toml— is not version controlled. These files live only on disk on salinas.This should live in a private repo (separate from the main synix repo since it's personal config, not library code). Track at minimum:
pipeline.pysynix-server.tomlThis protects against accidental loss and makes it possible to review changes to the pipeline definition over time.