I would use github and github actions to deploy
Deployment loop
Hi All,
I am developing and web app for internal use only. The app will be deployed on our local server without exposure to the outside world. It will be available on the company's network only.
I think the first deployment should not be a problem. I can bodge it through and get it working. However, I need something more systematic for the long-term continuous development/deployment of the app. Are there any best practices to go about that? I have got the Git repository set up on a shared drive and will be using that as a source control. It can and should be used for deployment too, but not sure how. I read somewhere about staging server, but not sure what it means or how to set it up.
Could you guys point me in the right direction, please?
Please or to participate in this conversation.