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
Rohit Vaidya 3Rohit Vaidya 3 

deployment strategy

if you  are working with multiple developers and you want to deploy your changes and at the same time some other developer is also deploying the changes , so what can be done or what strategy to be followed to prevent the overriding the changes of the multiple developers.
VinayVinay (Salesforce Developers) 
Hi Rohit,

You can try using CICD deployment in salesforce and this would backup your code along with duplication of your efforts.

Check below examples for same.
https://www.salesforceben.com/how-to-build-a-ci-cd-pipeline-for-salesforce/
https://www.apexhours.com/ci-cd-pipeline-using-gitlab-for-salesforce/
https://medium.com/@matt_robison/salesforce-ci-cd-devops-a-real-how-to-e9d7927e0c1d

Please mark as Best Answer if above information was helpful.

Thanks,
Rohit Vaidya 3Rohit Vaidya 3
will it work if i don't want my deployment to be overriding by other developers deployment or vice-versa , is there anything else that can be used like ANT?