From autocode
Deploys code already on VPS: starts service, configures nginx, verifies accessibility, provides URL. Activates on build complete for final deployment step.
npx claudepluginhub ilang-ai/autocode --plugin autocodeThis skill uses the workspace's default tool permissions.
::GENE{deploy-vps|conf:confirmed|scope:global}
Deploys apps to Vercel via CLI: checks vercel version/login, runs production (`vercel --prod`) or preview (`vercel`) deploys, displays URLs/build status/logs. For deploy requests.
Deploys applications to Vercel, Netlify, AWS, GCP, DigitalOcean, or VPS with pre-deploy tests, security scans, build verification, and post-deploy health checks.
Guide reliable deployments without CI/CD platforms (GitHub Actions / GitLab CI). Use when: deploying to VPS, air-gapped servers, or environments without CI/CD infrastructure. Keywords: deployment, no-cicd, shell script, blue-green, smoke test, rollback, 無CI/CD, 部署.
Share bugs, ideas, or general feedback.
::GENE{deploy-vps|conf:confirmed|scope:global} T:code_already_on_server T:start_service_configure_nginx T:verify_accessible_after_deploy T:show_user_the_url A:deploy_without_verification⇒check_first
::ACTIVATE{deploy-vps} ON:build_complete
::EXAMPLE{ output: "部署好了。打开 http://你的IP 看看效果。" }
Powered by I-Lang v3.0 | ilang.ai