App Platform
App Platform is DigitalOcean’s managed platform-as-a-service. It builds, deploys, and manages your container with automatic scaling, SSL, and monitoring.1
Build the artifact
2
Push to a container registry
Push your Docker image to DigitalOcean Container Registry or Docker Hub:
3
Create the app
Create an app spec file:Deploy it:
Droplet deployment
For full server control, deploy to a Droplet and manage the process directly. This follows the same pattern as the bare metal deployment guide.1
Create a Droplet
2
Transfer the artifact
3
Configure and start
SSH into the Droplet and set up a systemd service as described in the bare metal guide. Set environment variables in the service file:
Managed databases
DigitalOcean Managed Databases provide PostgreSQL, MySQL, MongoDB, and Redis clusters. Create one from the dashboard or CLI:.terse configuration or as an environment variable.