How do I move Source Code from a local GitLab to AWS GitLab environment using automation?

57 views Asked by At

As a part of my job, I have to automate Sorce code movement from development environment to Production environment. The developers push the code to GitLab that is hosted in the organization's local server. So, every day I take the source code from local GitLab and upload it to AWS hosted GitLab using a Jump Server (Windows 10) and merge the code manually. Now I need to automate it. I have no clue how. This is my first job as a DevOps professional. Guide me what technologies I should use and how I can automate the process.

1

There are 1 answers

1
Vi. On

Mirror your repo, as simple as that.