Template:Deployment
Template page
More languages
More actions
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.
typeproduction,staging,development, orpreview.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).
statusactive,inactive, orarchived.
{{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.