dotnet-docker
dotnet-docker copied to clipboard
dotnet push-to-deploy images
Describe the Problem
In staging environments a push-to-deploy setup can be much faster by moving the build inside the same container as app.
Describe the Solution
The container would host a git bare repo that changes will be pushed to. When push hooks are triggered the source is rebuild and deployed inside the same instance.