Dudecor3_WebDev
Dudecor3_WebDev
I have the same problem trying to connect to a Digital Ocean Droplet. The key format is ``` -----BEGIN OPENSSH PRIVATE KEY----- {{key data}} -----END OPENSSH PRIVATE KEY----- ``` my...
@matheusfrancisco I added my SSH passphrase with the call: ``` - name: Deploy to Digital Ocean uses: appleboy/scp-action@master with: source: path/bin/Release target: var/www/path host: ${{ secrets.SSH_HOST }} username: ${{ secrets.SSH_USERNAME...
> this is ridiculous migrated to Dio Unbelievable that you'd have to pick a library over the langs native HTTP client. I've never seen a language where the HTTP client...