I am experimenting with setting up a PHP service on the app platform.
I have connected it to a gitlab repository and it builds and deploys well, but I have run into several issues:
Documentation is quite scarce unfortunately, I hope someone can answer my questions. Thanks!
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.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hey there!
For your subdomain I’d recommend reaching out to our support team to check what may be blocking the SSL from being issued.
Unfortunately URL rewriting is not supported in App Platform at this time. I’d suggest you add this ideas to our ideas page: Ideas
App specs stored in a repo are currently used for the deploy to DO button button: How to Add a “Deploy to DigitalOcean” Button to Your Repository
Using an app spec stored in your repo can’t be used to deploy an app outside of the deploy to DO button. You can us DOCTL to build an app from the spec however: doctl apps
Hope it helps! Nate