juliandickie

Rocket Deploy — DevOps skill for Claude Code

DevOps community

Publish a Rocket.net staging site to production with a scope review.

How to install Rocket Deploy

Installs to ~/.claude/skills/juliandickie-rocket-net-plugin-rocket-deploy/SKILL.md

Terminal
mkdir -p ~/.claude/skills/juliandickie-rocket-net-plugin-rocket-deploy && curl -fsSL https://raw.githubusercontent.com/juliandickie/rocket-net-plugin/HEAD/commands/rocket-deploy.md -o ~/.claude/skills/juliandickie-rocket-net-plugin-rocket-deploy/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Rocket Deploy does


description: Publish a Rocket.net staging site to production with a scope review.

/rocket-deploy

Publish staging to production for a Rocket.net site. This is destructive (overwrites production).

Steps:

  1. Identify the target site (ask if not given). Run python3 ${CLAUDE_PLUGIN_ROOT}/bin/rocket.py sites list if you need to find it.
  2. Fetch current production and staging state and confirm staging exists.
  3. Present a scope review: site, what will be overwritten, last backup time. R

Alternatives in DevOps

  • Vercel Deploy — Deploy applications and websites to Vercel with preview or production options 14.6k ★
  • Azure Event Grid .net — Event Grid topic and domain publishing 1.8k ★
  • Deploy Status — SSH to 2anki.net, show pm2 status and recent server log tail 324 ★

Full documentation available on GitHub

View Source Repository