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

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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.
Accepted Answer
Hello @dirgl
By default, our system will look at the directory: _static, dist, public at this time. You can explicitly set the output directory path for the rendered assets in the app specification with the API or doctl using the output_dir field.
Please note just creating the app.yaml file inside.do directory won’t update the app. In our sample apps, those files are created for reference. You have to create the app.yaml file locally and then apply it to your app using API or doctl.
Documentation links which might help: https://www.digitalocean.com/docs/app-platform/references/app-specification-reference/ https://www.digitalocean.com/docs/app-platform/references/command-line/ https://www.digitalocean.com/docs/app-platform/references/api/
Tip: When submitting any questions related to App Platform please add the tag “DigitalOcean App Platform” which will filter the community questions to App Platform Specialists.
Cheers,
Dikshith