Jump to content

How to do continious deployment from dev to production


Recommended Posts

Hi,

It's been a long time since I came to the forum. To sum up, we have to migrate a client PS from 1.4 to 1.7. So has the changes are huges we are going to start from a fresh install. For our non PS developments we use Git and CircleCI for deployment and I would like to do the same here. The idea is to use GIT to track all non-core changes (custom modules, theme, etc) in a dev branch and when we merge on master branch it pushes to production.

But I can't find any documentation to do this with Prestashop, My main concern is the database, in dev (local) we don't need all the real users, orders, products, etc, so we have dummy data and they shouldn't be pushed to production, also PS make update with a "button" on the admin, and I don't see how to reflect this changes on production... A command line would be nice, or using composer and migration files !

So if you can share your workflow it would be nice, I think it could help others.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...