github-action
github-action copied to clipboard
Is there a possibility to do all building in github and push built artifacts to dokku?
I'm just curious if it would be possible to let all the build related tasks happen in github actions? One of the most common issues I faced is trying to build an app on a low memory VPS. The memory issue can be avoided if the heavy lifting parts related to build can be offloaded to run on github actions.
If you push your image to a registry, we have an example here on how to do that.