How to set cron so that static content can be deployed automatically and there is no need to deploy it manually using SSH?

Hello,

I want to set cron so that static content can be deployed automatically and there is no need to deploy it manually using SSH. please let me know if there is a way to do it.

Thanks

The static content should be redeployed only when it is changed and takes a lot of server time (usually 5-15 minutes) so it would be a very poor solution to do it on a schedule.

Hello Dmitry,

Thanks for the reply. but if still i want to do it then can you please let me know the procedure?

Instead of waste your server resources I recommend to switch your store to the developer mode, and the static content will be redeployed automatically on demand.