Good morning, I have a question, here in the company where we work, we think about creating a shared local server that will be the central repository and everyone will clone and give push
. So far, well instead of a github
would be on the local server even though the changes / new versions would stay, the question is: After giving push
to that local server, how do you upload those changes to the site / system that is hosted online?
Can I as a developer after giving push
to the repository here place a command run and then communicate with the external site / system and upload the changes? I do not know if I was clear.