Tag: pipeline
Deploying from a CI/CD server to an EC2 instance using an RSA SSH key
user December 5, 2023
Deploying from a CI/CD server to an EC2 instance using an RSA SSH key involves a few steps. Here’s a…
Fingerprint has already been taken – SSH – CICD Error – Resolved
user December 5, 2023
The error message “Fingerprint has already been taken, Deploy keys projects deploy key fingerprint has already been taken” typically indicates…
Create an SSH key and use it to push data to an EC2 instance from your GitLab CI/CD pipeline
user November 5, 2023
In GitLab CI/CD, you don’t create SSH keys directly on the server; rather, you generate them on your local machine…
How to add instance variable available to all projects and groups in a GitLab instance and to use in .gitlab-ci.yml for pipeline execution
user November 24, 2022 0 Comments on How to add instance variable available to all projects and groups in a GitLab instance and to use in .gitlab-ci.yml for pipeline execution
During building of git pipeline you may need to add some values which you dont want to expose in the…