all-deploy
Audited web app deployment with preview and rollback
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install all-deploy?โผ
Run `npx skills add Hainrixz/all-deploy --all -g -y` in your terminal to install the skill globally for your coding agent.
What does all-deploy check before deploying?โผ
It runs a blocking audit for committed secrets, missing .gitignore, absent lockfiles, incomplete .env.example files, dirty git trees, and known dependency vulnerabilities. Critical findings stop the deploy until you fix them.
Which hosting platforms does all-deploy support?โผ
It deploys to Vercel, Railway, a Docker-based VPS over SSH, or a cloudflared tunnel for quick local demos. It picks the best target based on your project's framework and shape.
Can all-deploy roll back a bad release?โผ
Yes. After every deploy it prints the exact rollback command for your target, such as vercel rollback or redeploying a prior commit on Railway.
Can I run my app locally instead of deploying?โผ
Yes. Saying 'run it locally' triggers a lighter audit and starts your app on your own machine without touching any remote host.
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