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.
Hi there,
The error message yaml: line 3: mapping values are not allowed in this context indicates that there might be an issue with your App Platform YAML configuration file. The error seems to be related to the formatting of the YAML file and not to the buildpack itself.
I could suggest reviewing your app.yaml file and ensure the indentation and syntax are correct. YAML is sensitive to indentation, and incorrect formatting can cause parsing errors.
If you’re still having issues, please share the contents of your YAML configuration file (redacting any sensitive information), and I can help identify the problem.
Also, note that the Procfile is not used in DigitalOcean App Platform. Instead, you should include the run_command in the app.yaml file, as shown in the example above.
Best,
Bobby