1
I work in a site factory and among the actions of this semester is the deployment of GIT.
Today we work as follows:
We request a server, install Joomla and develop the sites in type approval environment before releasing for public access.
Some of our actions are done after the site was released and, amazingly, until my arrival at the team, the changes were made in a production environment. Hence the idea of implementing GIT.
We don’t have access to SSH server, so I thought deploy via FTP.
I would like suggestions on how to adapt our development routine to the use of GIT.
- Create an approval environment on the same server, make edits and then a merge?
- Creating a local development environment?
- What would be the ideal scenario?
His question is entirely based on opinions and is therefore impossible to elaborate a canonical answer. When you get a minimum of 20 reputation points, you can discuss it there in our chat.
– Woss
The workflow who will decide are you, recommend the course: Git Complete: From Basic to Advanced. Once you get a better sense of Git you’ll know how to deploy it.
– Marconi
Thanks for the suggestion.
– Thiago Maciel