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
Vaibhav Jain 46Vaibhav Jain 46 

How to Schedule deployment?

I have to schedule a deployment from one dev sandbox to another dev sandbox for every day. Can someone help me to understand how can I schedule deployments?

Any help will be appreciated.
Raj VakatiRaj Vakati
 Hi Vaibhav , 
Please find my comments 
Options 1: - If you use https://gearset.com or any other tools you can do it 
Options 2: - If you use using ANT create a .bat file and configure it from windows scheduler to run automatically 

 

 
Vaibhav Jain 46Vaibhav Jain 46
Thanks for the quick reply Rajamohan! Let me try by creating a .bat file and configuring through Windows Scheduler
Raj VakatiRaj Vakati
cool . Don't run your bat file from your own system. Do it from the central system . i have one more simple Idea. If you are using GIT  ,, you can deploy your automation from GIT