SETUP Continious Delivery via capistrano-deploy
- Generate SSH keys
$ ssh-keygen -t ed25519 -C "your_email@example.com"
$ export PROJECT_NAME='YOUR_PROJECT_NAME'
$ mv ~/.ssh/id_ed25519 ~/.ssh/github-actions_${PROJECT_NAME}_ed25519
$ mv ~/.ssh/id_ed25519.pub ~/.ssh/github-actions_${PROJECT_NAME}_ed25519.pub