deploy

Automate container deployment to remote servers with GHCR and health checks.

12|2|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/jikig-ai/soleur --skill deploy-jikig-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/jikig-ai/soleur/tree/main/plugins/soleur/skills/deploy
Command: npx skills add https://github.com/jikig-ai/soleur --skill deploy-jikig-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires docker, ssh, curl, git, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Deploying containerized applications to remote servers is error-prone and manual, slowing release cycles.

Core Features & Use Cases

  • Automates build, tag, push, and remote deployment to GHCR with health verification.
  • Safe rollouts with container restart and health checks.
  • Works for staged environments and fast iteration across servers.

Quick Start

Run the deployment workflow by configuring required environment variables to trigger a full deployment.

Frequently Asked Questions about deploy

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

FAQPage Schema
How do I automate container deployment to remote servers with SSH and health checks?

Automating container deployment involves building images, pushing to GHCR, and launching containers on remote servers with health verification. This process uses SSH access to execute a helper script and enforces environment variable configuration for safe rollouts.

Does automated Docker deployment require specific environment variables configured?

Yes, automated Docker deployment enforces environment variable configuration to trigger the full workflow. Configuring these variables is required to securely build, tag, push, and launch containers with proper health verification across multi-server environments.

Can I use this deployment workflow for multi-server CI/CD pipelines?

Yes, this deployment workflow applies to multi-server environments and CI/CD pipelines. It automates container restarts and health checks across servers, enabling staged environments and fast iteration where SSH access is available.

What is the best way to push Docker images to GHCR and verify container health?

The best way to push Docker images to GHCR and verify health is using an automated helper script. It builds a Dockerfile, pushes the image, launches the container, and runs health checks to ensure safe rollouts.

Do I need Docker, SSH, and Git installed to run automated container rollouts?

Yes, you need Docker, SSH, curl, and Git installed to run automated container rollouts. These dependencies are required to build images, access remote servers, push to GHCR, and perform health verification.