deploy@yourdomain.com
.
ssh-keygen -f deploy.pem
. Don’t set a password for the key.
git push
. For the git push
to work, you’ll also need to provide your CI platform with the SSH key you created for your robot user. To that end, most CI platforms let you provide encrypted files to store in your repository.
aptible deploy
to trigger a deploy to Aptible.