Here is a very short guide to connect your git actions workflow to your digital ocean server for automatic deployment
Note: This guide assumes that you have already setup your server and a basic github workflow, hence does not cover that
- Generate SSH key on the server with the command
ssh-keygen
