lms/specs/001-add-dokploy-deploy/quickstart.md

944 B

Quickstart: Verify Dokploy deployment for this repo

This quickstart describes the minimal steps to verify Dokploy pulls the repo's docker-compose.yml and deploys the application.

Prerequisites:

Steps:

  1. Push a test commit to main:
git checkout main
git pull
git commit --allow-empty -m "test dokploy webhook"
git push origin main
  1. Wait for Dokploy to receive the webhook and start a deployment (watch Dokploy UI or check the project runs).

  2. Verify the deployment run completes and application healthchecks succeed (e.g., curl the app endpoint or check service logs).

  3. If deployment fails, gather logs from Dokploy run and follow runbooks/failed-deploy.md.