max / makenotwork
1 file changed,
+5 insertions,
-0 deletions
| @@ -15,6 +15,11 @@ | |||
| 15 | 15 | [repo] | |
| 16 | 16 | bare_path = "/srv/sando/mnw.git" | |
| 17 | 17 | branch = "main" | |
| 18 | + | # Canonical remote sandod fetches the deploy branch from before worktree-ing a | |
| 19 | + | # sha (pull-based /rebuild). Authorized via the `sando-deploy` read-only | |
| 20 | + | # service account on the makenot.work git server (fetch-only collaborator). | |
| 21 | + | # Leave unset for push-based hosts (commits arrive via the bare-repo hook). | |
| 22 | + | upstream = "git@ssh.makenot.work:max/makenotwork.git" | |
| 18 | 23 | ||
| 19 | 24 | [backup] | |
| 20 | 25 | # Source of the prod-backup clone used by migration_dry_run on the Sando host. |