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.
How do I move Source Code from a local GitLab to AWS GitLab environment using automation?
106 Views Asked by Aadarsh Naik At
1
There are 1 best solutions below
Related Questions in BASH
- When does Bash read heredocs?
- Why `set -o pipefail` gives different output even though the pipe is not failing
- Run an external command within jq to manipulate each values of a particular key
- API key 401 error in .env.development file
- How to "Enable mobile data" on a Huawei E3372 4G USB dongle using a bash script in Windows
- ImageMagick / Bash : pipe ignored(?) when filename format variable used
- MacOS Bash-Script: while read p and echo
- Parse command line arguments and write useful usage message without additional code
- JQ JSON - Values to Array
- why variable substitution is so different?
- postbank_pdf2csv: how to setup with Cygwin in Windows?
- Custom Bash functions & custom statements - Need some advice
- unexpected operator == in square brackets when trying to use gum lib
- How to disable a bash builtin inside a docker container
- Use sed or rename find series of alphabet then replace with with the same alphabet and a dash -
Related Questions in AUTOMATION
- Applescript To Select Sound Output stops at opening Sound Preferences Screen
- I am automating web scraping using python
- Autofill data from previous cell to next cell in openpyxl
- In spotfire, IronPython script: No Module named Selenium
- Python selenium automation browser
- Specflow defination not showing references
- Expect: Any way to match a specific rule only once?
- Automate the update of a pivot table in Excel via Power Automate Web
- Encountering a problem to interact with a weird button which is a combobox (select)
- Unable to Login through Automation(Cypress) to app, while the credentails are true. It allows manual login but unable to login through Cypress
- Selecting an option in the mobile app drop down which is not visible when the app is loaded for the first time
- Unable to launch WebDriverAgent
- How do I automate a video download with Selenium and Python (Meta Quest Store Trailer Download)
- Error: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure
- Trouble uploading with playwright
Related Questions in DEVOPS
- Elasticbeanstalk FastAPI application is intermittently not responding to https requests
- Get current Timestamp in CET format and concatenate with string in yml file
- AWS EKS Fargate pod scheduling issue with Prometheus deployment
- Jenkins Docker Agent Configuration Issue: Connection Refused on Local Ubuntu Install
- Unable to use env variable from prd environment context
- Search to know the best way to do a " Database on demand " for a personal project
- Can I know the namespace of my k8s Pod only by looking at its IP?
- Struggling with Route53 public hosted zones in a multi-account environment
- "Backend call failure" error in Nextjs App deployed on Azure static web app
- Terraform: Error: Provider configuration not present. Module gets created, but when I remove or comment it throws an error
- Azure Dev Ops - Project - Mentions - Restrictions on Users and Groups
- How to Generate a Migration Script in the Azure DevOps
- Disable Azure DevOps Pull Request being completed when Using Copado
- How to add bulk users ( using a csv file ) to an AzureDevops Group using Powershell
- How to add .env file while deploying app using Jenkins Pipeline script from SCM?
Related Questions in GITLAB-CI
- Cannot connect to Postgres Database when running Quarkus Tests with Gitlab ci
- Invalid command 'bdist_msi' when trying to create MSI installer with 'cx_Freeze' in Gitlab CI/CD Pipeline
- There are no active runners online GitLab
- On Gitlab, is there a way to allow Maintaners to merge MRs even if some checks fail?
- Gitlab pipeline stuck with nx cloud issue
- Upgrade Gitlab-runner package in amazon Linux 2 and Ubuntu 22.04 through Ansible
- How to set variables across several Earthfiles with earthly for continuous integration
- How to run particular jobs in GitLab CI/CD via GitLab API?
- How to start from a clean stage after maven release job fails in GitLab pipeline?
- How to install docker-compose on CI runner environment where you're trying to build your Docker images
- avoid duplicated job in the gitlab-ci
- How to run RedPanda Kafka container in GitLab CI for tests?
- Can't figure out why the pipeline does not run
- Migrating .gitlab-ci.yml from Terraform to OpenTofu with OIDC Setup
- how to provide custom variables in gitlab api?
Related Questions in SDLC
- Creating SDLC and Requirement Board for Uber Development on Trello Body:
- Difference between functional and regression test cases
- XSS Payload That Can Bypass Special Character Check
- conda environments in team and shared Linux environment - best practices?
- Which is correct approach promoting code or promoting binaries?
- How does the Angular team manage feature flags in the framework?
- Can one Activity Diagram Depict only One process
- How do I move Source Code from a local GitLab to AWS GitLab environment using automation?
- What is software physical specification and logical specification?
- How to fix this Syntax error in query expression?
- How git tag can add more meaning to artifact name?
- Configuring Azure ServiceFabric for development lifecycle - how to parameterize host name?
- 'Inferential data' and the Secure Software Development Life Cycle
- TFS Work Items: Workaround for dashboard widgets unable to show tree of work item type queries
- Is it possible to generate code from Use Case, Activity or Sequence Diagram in Enterprise Architect?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Mirror your repo, as simple as that.