How to use my own key to deploy via CapRover?

98 Views Asked by At

I'm setting up an automated deployment using CapRover, but it seems not working due to my SSH key.

How could I generate a key accepted by CapRover and Github?

CapRover Deployments

1

There are 1 best solutions below

0
Rafael Corrêa Gomes On

Make sure to use PEM format, as other formats may not work.

You can make it work by generating a deploy key using the command below.

ssh-keygen -m PEM -t ed25519 -C "[email protected]" -f ./deploykey -q -N ""