Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Deployment

Template page
Revision as of 15:58, 9 July 2026 by Admin (talk | contribs) (Enrich Template:Deployment with infrastructure fields and plugins query (via update-page on MediaWiki MCP Server))

Deployment metadata template. Declares and stores the Deployments Cargo table. Use on every deployment page under Deployments/.

Parameters:

name
Deployment slug (e.g. care.ohc.network).
url
Frontend URL.
type
production, staging, development, or preview.
hosting_provider
Hosting provider (e.g. DigitalOcean, AWS, Self-hosted).
backend_url
Backend API URL (optional).
purpose
Description of what this deployment is for.
plugins
Comma-separated list of deployed plugin names (optional).
frontend_detail
Frontend hosting detail (e.g. DigitalOcean Droplet / App Platform).
backend_detail
Backend hosting detail (e.g. DigitalOcean Droplet / App Platform).
database_detail
Database detail (e.g. Managed PostgreSQL on DigitalOcean).
storage_detail
Storage detail (e.g. DigitalOcean Spaces (S3-compatible)).
status
active, inactive, or archived.
{{Deployment
|name=care.ohc.network
|url=https://care.ohc.network
|type=production
|hosting_provider=DigitalOcean
|backend_url=https://careapi.ohc.network
|purpose=Production CARE instance
|plugins=care_abdm, care_hcx
|frontend_detail=DigitalOcean Droplet / App Platform
|backend_detail=DigitalOcean Droplet / App Platform
|database_detail=Managed PostgreSQL on DigitalOcean
|storage_detail=DigitalOcean Spaces (S3-compatible)
|status=active
}}

This template defines the table "Deployments". View table.