Currently where I work, all build and deploy work is done manually, using "publish" in Visual Studio and copying and pasting the files that have been changed.
We use GitLab and I know that there is a continuous integration system.
I would like it to work as follows:
Whenever there is an upgrade to the "developer" branch, it automatically updates the rationing server.
Every time an upgrade is made to the "master" branch, it automatically updates the production server.
Could someone help me?
Information that may be useful: IDE: Visual Studio Language: HTML, CSS, Javascript, C #