deploy

Automate cloud worker deployment to Railway with verification and health checks.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/EtanHey/golems --skill deploy-etanhey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/EtanHey/golems/tree/main/packages/services/skills/deploy
Command: npx skills add https://github.com/EtanHey/golems --skill deploy-etanhey

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the deployment of the cloud worker to the Railway platform, ensuring the latest code is live and functional.

Core Features & Use Cases

  • Streamlined Deployment: Automates the build, push, and deployment process to Railway.
  • Verification: Includes steps to verify code integrity, run tests, and check the health of the deployed service.
  • Use Case: A developer needs to push a new feature for the cloud worker. This Skill handles the entire deployment pipeline, from local checks to monitoring the live service.

Quick Start

Deploy the latest code to Railway by running the deploy skill.

Frequently Asked Questions about deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a cloud worker to Railway using CI/CD?

Deploying a cloud worker to Railway is automated through a pipeline that verifies code integrity, runs tests, and checks service health. This handles the entire process from local checks to monitoring the live service.

What is included in the Railway deployment pipeline for backend services?

The deployment pipeline includes code verification, automated testing, and health checks for backend services. It streamlines the build and push process while monitoring the live service to ensure the latest code is functional.

Do I need Git and Bun to automate deployment to Railway?

Yes, you need Git, Bun, and the Railway CLI to execute and monitor the Railway deployment. These tools are required for running the deployment pipeline and performing health checks on the backend service.

How do I verify code integrity before deploying a cloud worker?

You verify code integrity before deploying a cloud worker by running automated tests and local checks. The deployment pipeline includes these verification steps to ensure the latest code is functional before going live.

Can I use this deployment automation for continuous integration of backend services?

Yes, this deployment automation targets continuous integration and deployment pipelines for backend services. It automates the build, push, and health monitoring processes required for reliable Railway deployments.