I want to increase the agility of my projects with Wordpress
. I usually use git
only in themes. When everything is ready, I upload the theme in the traditional way, via FTP. Of course, I know it's wrong and that's not the way to go.
My question is: should I version all the Wordpress
code and deploy the same way I do with Ruby on Rails
or just do the versioning of the theme but do an automated deploy of it individually?
My question is because the Wordpress
development team launches updates with a certain frequency ... and it is always advisable to keep it updated. How would I deal with this? Every time an update is released I will have to do a new deploy with the new version for all my clients?