David Fowler @davidfowl.com · Jun 30

Finally got it working! A reusable deployment pipeline defined in C# that can take any aspire project and deploy it to a VM with ssh and docker. #dotnet #aspire github.com/davidfowl/As...

57 likes 4 replies

?

Replies

H

Hodemi · Jun 30

Game changer

Steve Dunn · Jun 30

Fantastic! Does it also deploy the dashboard and other Aspire bits? Does it extend Aspire beyond a tool/platform for just the development environment. Let's call it "Transpire"?!

Bret · Jul 6

Is there a deployment target for coolify? I thought I'd seen one out in the wild

David Fowler · Jun 30

- Use of C# >>>> Shell scripts interleaved in YAML 🤮. - The pipeline code that runs over a model. This same code can work for any aspire app without changes. It's a dynamic pipeline template. - It can run locally or in the CI