You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Release**: Tag `v*.*.*` triggers GoReleaser (`.github/workflows/release.yml`). Create releases via GitHub UI. `source-deployments` picks up the latest release automatically.
33
+
34
+
## Architecture Notes
35
+
36
+
- Each deployment engine implements the `DeploymentEngine` interface in `engine/core.go` and registers itself via `RegisterDeploymentEngine` in an `init()` function.
37
+
- Config files are per-environment YAML (e.g. `development.yml`, `production.yml`).
38
+
- The `update` command only modifies the YAML file; it does not deploy. Run `deploy` separately.
0 commit comments