HainrixzHainrixzCommunityยท1 Agent Skills Included

all-deploy

Audited web app deployment with preview and rollback

Detects your project's framework, runtime, and dependencies, then deploys it to Vercel, Railway, a Docker VPS, or a cloudflared tunnel. Blocks unsafe releases by scanning for leaked secrets, missing lockfiles, incomplete env files, and vulnerable dependencies before anything goes live. Promotes to production only after a preview URL passes a real health check, and hands you rollback and log commands afterward.
npx skills add Hainrixz/all-deploy --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’