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:45, 9 July 2026 by Admin (talk | contribs) (Re-save to force cargo_declare re-parse (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).
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
|status=active
}}

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