Create Automatic Deploy with GitLab CI

Alfredo Barron
modulr
Published in
2 min readJun 11, 2020

Create automatic deploy with GitLab CI in 10 minutes

Step 1. Add public key on GitLab profile

Add the server’s public key to the GitLab profile's public keys. This is done by copying in the contents of cat ~/.ssh/id_rsa.pub and pasting them to https://gitlab.com/profile/keys

Step 2. Add public key to…