diff --git a/.github/workflows/d2x-job.yml b/.github/workflows/d2x-job.yml index af273e9..021e5ee 100644 --- a/.github/workflows/d2x-job.yml +++ b/.github/workflows/d2x-job.yml @@ -25,4 +25,4 @@ jobs: - name: Install d2x_cli run: pip install d2x-cli - name: Run D2X Job - run: d2x job run ${{ github.event.deployment.payload.job }} \ No newline at end of file + run: d2x job run ${{ github.event.deployment.payload.job }} diff --git a/README.md b/README.md index 3e88719..05e7c1c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # D2X Cloud Demo 1 -Enter a description for your project + +Demo project for D2X Cloud. # Project Setup This project is preconfigured with D2X for a comprehensive Development-to-Delivery Experience including CI/CD using GitHub Actions and development environments using GitHub Codespaces. diff --git a/cumulusci.yml b/cumulusci.yml index bd2747b..a5dc689 100644 --- a/cumulusci.yml +++ b/cumulusci.yml @@ -8,6 +8,18 @@ project: git: default_branch: 'main' source_format: sfdx + dependencies: + - github: 'https://github.com/SFDO-Community/declarative-lookup-rollup-summaries' + - github: 'https://github.com/SFDO-Community/GrassrootsSurveySalesforcePackage' + - github: 'https://github.com/SFDO-Community/Salesforce-Indicators' + - github: 'https://github.com/SFDO-Community/Summit-Events-App' + - github: 'https://github.com/muselab-d2x/Cactusforce24-Base' + - namespace: pmdm + version: 1.33 + - github: 'https://github.com/muselab-d2x/D2X-Cloud-Demo-1' + subfolder: 'force-app' + dependency_resolutions: + preproduction: commit_status diff --git a/orgs/managed.json b/orgs/managed.json index 58f725a..684e6d6 100644 --- a/orgs/managed.json +++ b/orgs/managed.json @@ -1,6 +1,7 @@ { "orgName": "D2X Cloud Demo 1 - Managed Org", "edition": "Developer", + "features": ["WavePlatform", "DevelopmentWave", "AnalyticsAdminPerms", "ApexUserModeWithPermset"], "settings": { "lightningExperienceSettings": { "enableS1DesktopEnabled": true @@ -18,4 +19,4 @@ } } } -} \ No newline at end of file +}