'How do I move Source Code from a local GitLab to AWS GitLab environment using automation?
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.
Solution 1:[1]
Mirror your repo, as simple as that.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Joe |