I am coming from Heroku and want to get used to Docker and learn more about DevOps. So I informed myself about Github Actions and Github Packages.
Now I am searching for a starting point for my problem as I want to deploy via commit to a Digital Ocean Dropplet.
I have found the doctl lib. and some another question which unfortunately is using digital ocean registry.
If someone could share the actions.yml file for me, this would help me a lot.
Thanks
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Try replacing password with SSH keys as outlined here: https://link.medium.com/q6VrYwUOCmb
Unfortunately I got stuck by the ssh handshake as I try to provide the credentials instead of a key.
2020/12/*** 13:30:13 ssh: handshake failed: ssh: unable to authenticate, attempted methods [none password], no supported methods remain
I successfully pushed my image to Github Container Registry with the following workflow