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
Copy file name to clipboardExpand all lines: README.md
+45-1Lines changed: 45 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -229,14 +229,58 @@ See [docs/DECISION-LOG.md](docs/DECISION-LOG.md) for the rationale behind our br
229
229
230
230
This repository accompanies the **TrailblazerDX 2026** (TDX) session:
231
231
232
-
> **Design a DevOps Strategy for Multi-Org Implementations**
232
+
> **Design a DevOps Strategy for Multi-Org Implementationss**
233
233
234
234
The session explores how to structure a single repository to manage metadata across multiple Salesforce orgs — handling shared packages, org-specific overrides, and fan-out deployments through GitHub Actions.
235
235
236
236
Whether you run two orgs or twenty, the patterns in this blueprint scale from sandbox validation all the way to production delivery.
-[How to fund and establish a Salesforce Center of Excellence](https://medium.com/capgemini-salesforce-architects/how-to-fund-and-establish-a-salesforce-center-of-excellence-in-enterprise-organizations-842fbbfc8441) — CoE as the governance backbone for multi-org standardization
245
+
-[Intentional Design in System Architecture](https://medium.com/capgemini-salesforce-architects/intentional-design-in-system-architecture-34d2458dfce9) — Why deliberate architecture decisions outperform organic growth
246
+
-[Architectural Patterns for Enterprise AI: Agentforce 3.0](https://medium.com/capgemini-salesforce-architects/architectural-patterns-for-enterprise-ai-agentforce-3-0-design-principles-a4dc9a29f0a9) — Agent deployment as a new DevOps dimension
247
+
-[How to Improve Code Quality in SFDX Projects with SonarCloud](https://medium.com/capgemini-salesforce-architects/how-to-improve-code-quality-in-sfdx-projects-with-sonarcloud-8c1002f7bd1e) — Static code analysis and quality gates in CI/CD
248
+
-[VS Code for Salesforce Admins & Consultants](https://medium.com/capgemini-salesforce-architects/vs-code-for-salesforce-admins-consultants-a-beginners-guide-with-tips-setup-instructions-21949a5f86b7) — Unified tooling for hybrid admin/dev teams
-[Local Development for Lightning Web Components](https://medium.com/capgemini-salesforce-architects/local-development-for-lightning-web-components-7a3fdc1c4b7d) — Faster feedback loops in multi-org development
251
+
252
+
### Org strategy & enterprise architecture
253
+
254
+
-[Enterprise Architecture: Single-org vs Multi-org Strategy](https://developer.salesforce.com/blogs/developer-relations/2014/10/enterprise-architecture-multi-org-strategy) — The foundational Salesforce Developer Blog post on org strategy decisions
255
+
-[Salesforce Org Strategy](https://thectablog.com/salesforce-org-strategy/) — CTA-level analysis using the MIT-CISR operating model matrix
256
+
-[Multi-Org Management: Framing a Salesforce Org Strategy](https://www.odaseva.com/blog/salesforce-multi-org-management-framing-a-salesforce-org-strategy/) — TOGAF-aligned strategy framework for multi-org alignment levels
257
+
-[How to manage multiple Salesforce production orgs](https://gearset.com/blog/how-to-manage-multiple-salesforce-production-orgs/) — Practical challenges and patterns for multi-org environments
258
+
259
+
### Salesforce DevOps & CI/CD
260
+
261
+
-[The Future of Salesforce DevOps Is Here](https://admin.salesforce.com/blog/2026/the-future-of-salesforce-devops-is-here-whats-new-for-admins) — DevOps Center roadmap incl. Agentforce integration, GitLab/Azure support
262
+
-[DevOps Center Developer Guide v66.0 (Spring '26)](https://developer.salesforce.com/docs/atlas.en-us.devops_center_dev.meta/devops_center_dev/devops_center_dev_relnotes.htm) — Official technical reference for DevOps Center
263
+
-[Using Salesforce DX with GitHub Actions](https://developer.salesforce.com/blogs/2020/01/using-salesforce-dx-with-github-actions) — Salesforce's official guide to GitHub Actions integration
264
+
-[Build Your Own CI/CD Pipeline Using GitHub Actions](https://www.salesforceben.com/build-your-own-ci-cd-pipeline-in-salesforce-using-github-actions/) — End-to-end walkthrough with sfdx-git-delta
265
+
-[A Complete Guide to Salesforce DevOps Automation with GitHub Actions](https://www.salesforceben.com/a-complete-guide-to-salesforce-devops-automation-with-github-actions/) — Backup, code analysis, and data management automation
266
+
-[salesforce-ci-cd-org-dev](https://github.com/salto-io/salesforce-ci-cd-org-dev) — Reference GitHub repo for org-based CI/CD with GitHub Actions
267
+
268
+
### Unlocked packages & modular architecture
269
+
270
+
-[Unlocked Packages: A Comprehensive Guide](https://www.salesforceben.com/unlocked-packages-in-salesforce-a-comprehensive-guide-for-developers/) — Deep dive into 2GP unlocked packages
271
+
-[Unlocked Packages Developer Guide](https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_unlocked_pkg_intro.htm) — Official Salesforce documentation
272
+
-[Best Practices for Unlocked Packages](https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_unlocked_pkg_best_practices.htm) — Salesforce's recommended patterns
273
+
-[salesforce-unlocked-packages-guide](https://github.com/ECFMG/salesforce-unlocked-packages-guide) — Community guide for packages with CI/CD and multi-team support
274
+
275
+
### Agentforce & Data Cloud in multi-org
276
+
277
+
-[Architecture Patterns & DevOps with Agentforce and Data Cloud](https://gearset.com/video/ryan-cox-architecture-patterns-devops-with-agentforce-and-data-cloud/) — Ryan Cox (Salesforce DTA) on Data Cloud One multi-org patterns
278
+
-[Agentforce Specialist: Deployment Lifecycle](https://trailhead.salesforce.com/content/learn/modules/cert-prep-agentforce-specialist/examine-the-deployment-lifecycle) — Official exam prep covering agent deployment from sandbox to production
-[Best Practices for DevOps Teams Implementing Agentforce 2.0](https://blogs.perficient.com/2024/12/23/best-practices-for-devops-teams-implementing-salesforce-agentforce-2-0/) — Version control, phased rollouts, and monitoring for agent deployments
0 commit comments