Get tips to simplify your workflow using GitHub Actions and DigitialOcean's APIs, and watch a demo of running a CI/CD pipeline to deploy on DigitalOcean.
•
By
Karan MV
deploy 2020
Tech Talks
GitHub Actions
A company I work for is using Heroku Pipelines (https://devcenter.heroku.com/articles/pipelines), and we want to switch hosts due to all issues we've been having with this "managed host". If there is an easy built-in ...
Accepted Answer:
Hi there @patrickShark,
One option would be to use the new DigitalOcean App Platform (https://www.digitalocean.com/docs/app-platform/). All you need to do to get it working is to link your GitHub account, specify your...
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 de...