Ahmad W Khanblog.ahmadwkhan.com·Jun 25, 2024Deploying a Django DRF Backend to DigitalOcean's App Platform1. Preparing the Application for Deployment a. Project Structure Ensure your Django project follows a standard structure: myproject/ ├── myproject/ │ ├── __init__.py │ ├── settings.py │ ├── urls.py │ └── wsgi.py ├── app/ │ ├── migrations/ │...32 readsDigitalOcean
Adedamola Ajiboladamolaaji.hashnode.dev·Nov 29, 2023Deploying a Next.js Static Site on DigitalOcean's App PlatformWondering if deploying a Next.js static site on DigitalOcean can deliver a seamless experience? 😂 I was assigned the task of deploying a static site and initially, I assumed it would be as simple as deploying a React Native app. I diligently followe...31 readsDigitalOcean
Bryandevlogbook.hashnode.dev·Sep 17, 2022Deploy Vite VueJs App to DigitalOcean App PlatformResources Choose code source location Click the pencil to edit the app as show in the image below Edit Resource Type from Web Service to Static Site Environment Variables Optional Add env variables for the app Info Optional Update App info Review ...847 readsServersDigitalOcean