>_

Deploy Dotnet

The Fastest Way to Deploy .NET Apps from your CLI

CLI-driven deployment designed specifically for .NET developers. Streamline your workflow from terminal to cloud in seconds.

Closed Beta — In Progress
Open Beta Launch Coming soon

No spam promise — we'll only use your email to notify you about updates and when we launch.

zsh — 120x30
~ dotnet tool install -g DeployDotnet
You can invoke the tool using the following command: deploydotnet
Tool 'deploydotnet' (version '1.0.5') was successfully installed.
~ deploydotnet deploy --apitoken ABC12 --envvar var1=value1 --save
Project: DeployDotnet.Web.csproj
Entrypoint: DeployDotnet-Web
Target framework: aspnet10
Cleaning...
Building...
📦 Zipping...
Deploying...
✓ Complete https://deploydot.net
~