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).
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)). 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
|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.