You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I'm starting to develop sites in Magento and I'm looking for a good and fast way to create new projects. I made some tests with Magestead and it seems to work fine (although I'm having some issues), but the point of this issue is to ask what would be the ideal way to deploy? I usually work with DigitalOcean, and I always create a git repo, push it from my local environment, and pull it from the production server. What is the best way to deploy to production with Magestead? I don't mean to upload the entire Vagrant project to the server, right? I just need to get the public folder up. I'm also kind of new to Vagrant.
Sorry if this question does not belong in an issue, but it is the only way I found to ask!
The text was updated successfully, but these errors were encountered:
When you setup your Magestead project it asked you if you wish to add a GIT project. By supplying your GIT repo address, Magestead would initialise the GIT repo and create the initial commit. From here you are free to continue your normal deployment process.
While the contents of your vagrant solution are also stored inside your GIT repo, you should only make the public directory web accessible. Magestead server provisioning is done using PuPHPet. By utilising this provision folder you should be able to provision your Digital Ocean server with the exact same version of software.
Hi. I'm starting to develop sites in Magento and I'm looking for a good and fast way to create new projects. I made some tests with Magestead and it seems to work fine (although I'm having some issues), but the point of this issue is to ask what would be the ideal way to deploy? I usually work with DigitalOcean, and I always create a git repo, push it from my local environment, and pull it from the production server. What is the best way to deploy to production with Magestead? I don't mean to upload the entire Vagrant project to the server, right? I just need to get the
public
folder up. I'm also kind of new to Vagrant.Sorry if this question does not belong in an issue, but it is the only way I found to ask!
The text was updated successfully, but these errors were encountered: