rhel-deploy
Installation
SKILL.md
/rhel-deploy Skill
IMPORTANT: This skill is for deploying to standalone RHEL/Fedora/CentOS systems via SSH. If user invoked /rhel-deploy, skip any OpenShift-related steps and proceed directly with SSH-based deployment.
Deploy applications to standalone RHEL systems using Podman containers or native builds with systemd service management.
Overview
[Intro] → [SSH Connect] → [Analyze] → [Strategy] ──┬─→ [Container Path] ──→ [Complete]
│ (Podman + systemd)
│
└─→ [Native Path] ─────→ [Complete]
(dnf + systemd)
Deployment Strategies (user chooses one):
- Container - Build/pull container image, run with Podman, manage with systemd
- Native - Install dependencies with dnf, run application directly, manage with systemd
Related skills