github-action icon indicating copy to clipboard operation
github-action copied to clipboard

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

Open j-a-h-i-r opened this issue 1 year ago • 1 comments

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.

j-a-h-i-r avatar Mar 18 '24 23:03 j-a-h-i-r

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

josegonzalez avatar Mar 18 '24 23:03 josegonzalez