aspire-ssh-deploy
Deploy Aspire apps to remote Docker hosts over SSH
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install aspire-ssh-deploy?โผ
Run `npx skills add davidfowl/aspire-ssh-deploy --all -g -y` in your terminal to install all skills in this suite globally.
How to deploy an Aspire app to a remote server?โผ
Add the Aspire.Hosting.Docker.SshDeploy package, call WithSshDeploySupport() on your Docker Compose environment, then run `aspire deploy`. The pipeline builds images, pushes them to a registry, and starts containers on the remote host via SSH.
Does it support TypeScript AppHosts?โผ
Yes. TypeScript AppHosts can reference the package from aspire.config.json, run `aspire restore`, and use the generated withSshDeploySupport API.
Can it deploy from GitHub Actions?โผ
Yes. The repository includes a sample GitHub Actions workflow that deploys using GitHub Container Registry with SSH credentials stored as secrets.
What SSH authentication methods are supported?โผ
Both key-based and password authentication are supported, and the pipeline prompts for SSH credentials, registry configuration, and deploy path during deployment.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core