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