-
Published Question
Trying to debug a single component, but the build logs are mixed in with all the other components.
Is is possible to filter these by components like we can the run logs?
Accepted Answer:
👋 @wesbos
Currently there is not a way to seperate out build logs by components. This is a good feature request, I'll bring it up internally. Thanks!
1
•
•
By
wesbos
Node.js
DigitalOcean App Platform
-
Published Question
Hey, so I'm having some issues keeping my env variables.
When I update my app.yaml file:
doctl apps update $APPID --spec .do/app.yaml
And then I log into my dashboard only to see the Web UI env variables are now gone....
Accepted Answer:
👋 @wesbos
As you may have guessed, the spec is a representation of your app, when updating without the environment variables we take that to mean the current env vars should not be included.
A possible solution is, w...
1
•
•
By
wesbos
Node.js
DigitalOcean App Platform
-
Published Question
Just trying to deploy an app to the new DO App platform.
My git repo has backend and frontend folders in it.
So - a two part question:
How do I tell digital ocean to that the app lives in the backend folder?
Is it pos...
Accepted Answer:
@wesbos 👋
This is possible, but you'll need to use doctl and submit a custom app spec YAML — we don't yet support it in the UI.
Check out our sample-monorepo (https://github.com/digitalocean/sample-monorepo/blob/main/...
1
•
•
By
wesbos
DigitalOcean App Platform