vps-deployment

Deploy RMV System on a DigitalOcean VPS with Docker and Nginx.

2|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/potatsukki/rmv-web --skill vps-deployment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vps-deployment
Source: https://github.com/potatsukki/rmv-web/tree/main/.agents/skills/vps-deployment
Command: npx skills add https://github.com/potatsukki/rmv-web --skill vps-deployment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides deployment instructions for RMV System on a DigitalOcean VPS using Docker and Nginx, and clarifies that Vercel should not be used.

Core Features & Use Cases

  • Deploy RMV on a DigitalOcean VPS with Docker and Nginx.
  • Configure SSL with Let's Encrypt and set up the Nginx reverse proxy.
  • Support CI/CD via GitHub Actions and post-deployment verification.

Quick Start

Push changes to main to trigger the CI/CD pipeline and verify the deployment on the VPS.

Frequently Asked Questions about vps-deployment

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

FAQPage Schema
How do I deploy RMV System on a DigitalOcean VPS using Docker?

Deploy RMV System on a DigitalOcean VPS by configuring Docker containers and an Nginx reverse proxy. Push changes to the main branch to trigger the GitHub Actions CI/CD pipeline, which automates the production deployment and post-deployment verification.

Can I use Vercel to host RMV System instead of a VPS?

Vercel should not be used to host RMV System. The deployment requires a DigitalOcean VPS to properly configure Docker, Nginx, Let's Encrypt SSL, and GitHub Actions CI/CD pipelines for production infrastructure.

How do I configure SSL with Let's Encrypt and Nginx for VPS deployment?

Configure SSL with Let's Encrypt by setting up an Nginx reverse proxy on your DigitalOcean VPS. This secures your production deployment and is integrated into the Docker-based RMV System deployment workflow.

What is the best way to automate VPS deployment with GitHub Actions?

Automate VPS deployment by pushing changes to the main branch, which triggers the GitHub Actions CI/CD pipeline. This workflow handles Docker container updates, Nginx configuration, and post-deployment verification on DigitalOcean.

Why is my RMV System VPS deployment not working and how do I troubleshoot it?

Troubleshoot RMV System VPS deployment failures by checking Docker container roles, Nginx reverse proxy settings, and Let's Encrypt SSL configuration. The deployment guide includes verification workflows and rollback procedures for production maintenance.

Do I need Docker and Nginx to deploy RMV System in production?

Docker and Nginx are required dependencies for RMV System production deployment. They work together with Let's Encrypt for SSL and GitHub Actions for CI/CD to maintain server configuration and deployment pipelines on DigitalOcean.