Skip to content

Commit

Permalink
Merge pull request #158 from SFDO-Community/feature/cci-updates
Browse files Browse the repository at this point in the history
Updated CCI for MetaDeploy and Demoing scratch orgs
  • Loading branch information
tschug authored Jan 31, 2024
2 parents b863af4 + b600e63 commit c5f39d8
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 4 deletions.
24 changes: 21 additions & 3 deletions cumulusci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ orgs:
config_file: orgs/dev.json
days: 30
namespaced: True
scratch:
demo:
config_file: orgs/demo.json
days: 15
namespaced: false

tasks:
robot:
Expand Down Expand Up @@ -74,8 +79,14 @@ flows:
steps:
1:
task: deploy_sample_indicators
ui_options:
is_required: False
is_recommended: False
2:
task: deploy_sample_indicators_layouts
ui_options:
is_required: False
is_recommended: False
customer_org:
steps:
1:
Expand All @@ -84,9 +95,6 @@ flows:
security_type: NONE
2:
flow: sample_inds
ui_options:
is_required: False
is_recommended: False
3:
task: deploy_training_indicators
ui_options:
Expand All @@ -98,6 +106,16 @@ flows:
task: generate_accounts_and_contacts
4:
flow: sample_inds
config_demo:
steps:
1:
flow: install_prod
2:
flow: sample_inds
3:
task: deploy_training_indicators
4:
task: generate_accounts_and_contacts

plans:
install:
Expand Down
24 changes: 24 additions & 0 deletions orgs/demo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"orgName": "Salesforce-Indicators - Demo",
"edition": "Developer",
"settings": {
"lightningExperienceSettings": {
"enableS1DesktopEnabled": true
},
"chatterSettings": {
"enableChatter": true
},
"userManagementSettings": {
"enableNewProfileUI": true
},
"securitySettings": {
"enableAdminLoginAsAnyUser": true,
"sessionSettings": {
"forceRelogin": false
}
},
"languageSettings": {
"enableTranslationWorkbench": true
}
}
}
2 changes: 1 addition & 1 deletion sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
}
],
"namespace": "",
"sfdcLoginUrl": "https://test.salesforce.com",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "56.0"
}

0 comments on commit c5f39d8

Please sign in to comment.