Question

My dynamic site is only detected as static

Hello, I am trying to create a dynamic website using your App platform. I’ve connected my github repository but it only detects my site as static and won’t give me any options to scale it up in the settings tab. I have PHP code in the repo and js files that make post requests to the PHP files but still my site is only detected as static. Could you provide me any clarity on how to make it a dynamic site so I can use my PHP files? Thanks!


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
March 2, 2023

Hi there,

In order for the App Platform to detect your website as a PHP website it looks for any of the following to detect a PHP application:

  • composer.json
  • index.php

For more information about this, you can take a look at the buildpack docs here:

https://docs.digitalocean.com/products/app-platform/reference/buildpacks/php/

Let me know if you have any questions!

Best,

Bobby

alexdo
Site Moderator
Site Moderator badge
February 28, 2023

Hello there,

You can deploy dynamic sites to the App Platform.

If your app is dynamic and has components like web service, background worker, and database, then you should select the Basic or Professional tier.

For example, if you select the Professional tier for your dynamic app, then you could select a 2GiB RAM instance ($25/mo) for the web service component, a 1GiB RAM instance ($12/mo) for the background worker, and development database add-on ($7/mo) for the database.

Regards

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

card icon
Get our biweekly newsletter

Sign up for Infrastructure as a Newsletter.

Sign up
card icon
Hollie's Hub for Good

Working on improving health and education, reducing inequality, and spurring economic growth? We’d like to help.

Learn more
card icon
Become a contributor

You get paid; we donate to tech nonprofits.

Learn more
Welcome to the developer cloud

DigitalOcean makes it simple to launch in the cloud and scale up as you grow – whether you’re running one virtual machine or ten thousand.

Learn more ->
DigitalOcean Cloud Control Panel
Get started for free

Enter your email to get $200 in credit for your first 60 days with DigitalOcean.

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

© 2023 DigitalOcean, LLC.