Hello,
Where I work right now there are only inexperienced developers left. The way things work there in terms of development is this:
There are 2 Windows Servers: Test and Production
There is GitLab for the repository with only 1 master branch
The other two developers develop on their local machines, then commit and push to origin master on GitLab.
Then in order to test things, they copy the repository folder to the Test server using RDP.
If tests are successful, they just copy it to the Production server via RDP again.
I also do not have much experience but last workplace it was much better procedure but I don't know how to set it up.
What should I do to make things work better? Even few steps to just get things going is good
Of course nobody cares right now since it's a new system for internal use and the manager does not come from the software world so he's unaware of that. But I know this is just wrong. It's worse than how I was developing my own "projects" at home