function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
inbox outbox 7inbox outbox 7 

Can someone explain deployment strategy in terms of a develper?

As a developer, what part do we play in the deployment strategy?
When it is higher level, what part do we play?
When it is lower level what part do we play?
Best Answer chosen by inbox outbox 7
VinayVinay (Salesforce Developers) 
There is no deployment strategy,  I depends on components volume which you are trying to deploy.

You can use CICD for deploying components to higher instances.  Below are list and different ways to deploy components.
  • Change Sets
  • Eclipse with Force.com IDE ( Deprecated)
  • Force.com Migration Tool – ANT/Java based
  • Salesforce Package
  • VSCode Salesforce Extension Pack
  • Salesforce Code Builder
Check below considerations of deployment.

https://help.salesforce.com/s/articleView?id=sf.process_changesets_packaging.htm&type=5
https://trailhead.salesforce.com/en/content/learn/modules/identity_connect/identity_connect_deploy

You can also check on Appexchange and there are multiple pre-built tools for deployment.

https://appexchange.salesforce.com/

Please mark as Best Answer if above information was helpful.

Thanks,