dokku / github-action

MIT License
163 stars 28 forks source link

Is there a possibility to do all building in github and push built artifacts to dokku? #76

Closed j-a-h-i-r closed 2 days ago

j-a-h-i-r commented 6 months ago

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.

josegonzalez commented 6 months ago

If you push your image to a registry, we have an example here on how to do that.