Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated CCI for MetaDeploy and Demoing scratch orgs #158

Merged
merged 1 commit into from
Jan 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
Loading