Tag: pipeline

Deploying from a CI/CD server to an EC2 instance using an RSA SSH key

Deploying from a CI/CD server to an EC2 instance using an RSA SSH key involves a few steps. Here’s a…

Continue Reading Deploying from a CI/CD server to an EC2 instance using an RSA SSH key

Fingerprint has already been taken – SSH – CICD Error – Resolved

The error message “Fingerprint has already been taken, Deploy keys projects deploy key fingerprint has already been taken” typically indicates…

Continue Reading Fingerprint has already been taken – SSH – CICD Error – Resolved

Create an SSH key and use it to push data to an EC2 instance from your GitLab CI/CD pipeline

In GitLab CI/CD, you don’t create SSH keys directly on the server; rather, you generate them on your local machine…

Continue Reading Create an SSH key and use it to push data to an EC2 instance from your GitLab CI/CD pipeline