🚀
DevOpsPython

Server Deploy

by escapeWu

Server Deploy is a DevOps skill for Claude Code, published by escapeWu in perplexity-ai.

166 stars25 forkson escapeWu/perplexity-aiAdded 2026/09/08+1% in starsRepository updated 2026/08/19
2apiclaude-codemcpoaiperplexity-aipoolskill
Install in seconds
Install Server Deploy
Copy Server Deploy into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/escapeWu/perplexity-ai/tree/main/.agents/skills/server-deploy ~/.claude/skills/server-deploy

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/escapeWu/perplexity-ai.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.agents/skills/server-deploy/SKILL.md in escapeWu/perplexity-ai
Installs to
~/.claude/skills/server-deploy
Collection
One of 4 skills cataloged from this repository
Category
DevOps1075 skills

What Server Deploy does

Server Deploy pushes the latest main commit to the configured production host, builds the app there, and restarts the running container. Use it to deploy, update, rebuild, or verify this project on the server.

Server Deploy is cataloged under DevOps on DirSkills. Server Deploy comes from a repository tagged 2api, claude-code, mcp, oai and perplexity-ai.

Documentation

README

Server Deploy

Target

  • Local Git remote: origin
  • Branch: main
  • SSH host: oralce-chunchuan
  • Server directory: /root/perplexity
  • Remote Git remote: origin
  • Remote deployment entrypoint: ./deploy/compose.sh

Workflow

Perform the following sequence exactly.

  1. Confirm the local branch is main, review the intended diff, commit only the requested files, and push the exact commit.

    git push origin main
    
  2. Record the local commit and confirm origin/main resolves to the same SHA. Stop if the push or equality check fails.

    git rev-parse HEAD
    git ls-remote origin refs/heads/main
    

This is the opening of the README. Read the full README on GitHub.

Commands Server Deploy provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /health

Frequently asked about Server Deploy

  • What else does escapeWu publish alongside Server Deploy?

    Server Deploy is one of 4 skills that DirSkills catalogs from escapeWu/perplexity-ai, the repository it ships in. Its siblings there include Bump Version, Perplexity Search and Perplexity Search. Each one is a separate skill with its own page in this directory, installs the same way Server Deploy does, and is maintained by escapeWu in that same repository. The rest of the collection is listed on the escapeWu/perplexity-ai page.

  • How does Server Deploy compare to other DevOps skills?

    Server Deploy ranks #992 by stars among the 1075 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Server Deploy against them. Open each page to compare what they document and how they install.