Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dotnet push-to-deploy images #5861

Open
alrz opened this issue Sep 9, 2024 · 1 comment
Open

dotnet push-to-deploy images #5861

alrz opened this issue Sep 9, 2024 · 1 comment

Comments

@alrz
Copy link

alrz commented Sep 9, 2024

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.

Additional Context

@lbussell
Copy link
Contributor

lbussell commented Sep 9, 2024

Hi @alrz - it's not clear what you are asking here. Are you asking for a sample showing a continuous deployment setup with .NET container images?

There are many fast and continuous deployment methods that don't involve hosting your app in a .NET SDK image or rebuilding the app inside the deployed container. For example, Deploy to Azure Container Apps with GitHub Actions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

2 participants