Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
Co-authored-by: Cursor <cursoragent@cursor.com>
1.2 KiB
1.2 KiB
HYBX sidecars – sync to Gitea
Complete everything (run in your terminal)
1. Finish docs-for-sidecars merge and push (merge is prepared; README already resolved):
cd /home/intlc/projects/HYBX_Sidecars/docs-for-sidecars
bash scripts/complete-merge-and-push.sh
2. Sync all nine sidecars (pull from gitea then push):
cd /home/intlc/projects/proxmox
bash scripts/push-hybx-sidecars-to-gitea.sh --sync
Sync one repo at a time
cd /home/intlc/projects/proxmox
# Replace REPO with one of: mifos-fineract-sidecar, mt103-hardcopy-sidecar, off-ledger-2-on-ledger-sidecar, securitization-engine-sidecar, card-networks-sidecar, securities-sidecar, flash-loan-xau-sidecar, server-funds-sidecar, docs-for-sidecars
bash scripts/push-hybx-sidecars-to-gitea.sh --sync REPO
# Or without pull: bash scripts/push-hybx-sidecars-to-gitea.sh REPO
Or run all nine in sequence (one-by-one):
cd /home/intlc/projects/proxmox
bash scripts/sync-hybx-sidecars-one-by-one.sh --sync
Single-repo push (no pull)
bash scripts/push-hybx-sidecars-to-gitea.sh docs-for-sidecars
GITEA_TOKEN is loaded from the proxmox repo root .env when you run these scripts.