Question

Next steps - deployment

This is great. Is there a clear “next steps” resource for taking this DDEV Drupal site and deploying it on a droplet or other DO service?


Submit an answer


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Bobby Iliev
Site Moderator
Site Moderator badge
May 2, 2025

Hey Michael!

One straightforward way is to use the OpenLiteSpeed Drupal 1-Click Droplet from the DigitalOcean Marketplace:

https://marketplace.digitalocean.com/apps/openlitespeed-drupal

It sets up a server with Drupal, PHP, MariaDB, and everything else ready to go. That way, you don’t have to configure everything from scratch. Just create the Droplet, log in over SSH, and follow the setup instructions it gives you the first time you connect. It also helps with setting up HTTPS if you’ve got a domain.

If you’d rather do it all manually or want a bit more control, you can spin up a regular Ubuntu droplet, install your stack (PHP, Nginx or Apache, MySQL), and then copy over your Drupal files and database from your DDEV project:

https://www.digitalocean.com/community/tutorials/how-to-install-lamp-stack-on-ubuntu

You can use ddev export-db to get a database dump and rsync or scp to move your files.

Good luck with your project!

- Bobby

Become a contributor for community

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

DigitalOcean Documentation

Full documentation for every DigitalOcean product.

Resources for startups and SMBs

The Wave has everything you need to know about building a business, from raising funding to marketing your product.

Get our newsletter

Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.

New accounts only. By submitting your email you agree to our Privacy Policy

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.