dokploy-deploy
Installation
SKILL.md
Dokploy Deployment
This skill enables you to manage and deploy applications to a Dokploy instance. Dokploy is an open-source PaaS (Platform as a Service) that simplifies deployment on your own VPS.
Prerequisites
- Access to a Dokploy instance.
- Dokploy CLI installed (
npm install -g dokploy). - API Token (generated from Dokploy Dashboard > Settings > Profile).
How to Deploy
1. Using Dokploy CLI
If the CLI is available in the environment:
# Login
dokploy login --host <your-dokploy-host> --token <your-token>