-
Published Question
I appreciate how fast app platform is at detecting a new push to my GitHub repo and deploying it, but how can I configure it to wait for the automated tests to pass first?
I happen to use a GitHub Action to run tests.
2
•
•
By
Wilson29thID
DigitalOcean App Platform
CI/CD
-
Published Answer
FYI, the active storage gods have now determined we are worthy of this trivial feature. It’s called “proxying,” and it’s [been rele…
•
By
Wilson29thID
-
Published Answer
I had the same issue and the same hypothesis. Upon further inspection, I noticed a tiny little error in the log.
error Your...
•
By
Wilson29thID
-
Published Question
I'm trying to run my application locally using the same environment/setup that will be used in production. To do so, I'm using pack (https://buildpacks.io/docs/tools/pack/), which builds images using buildpacks. From ...
0
•
•
By
Wilson29thID
DigitalOcean App Platform
-
Published Question
I'd like routes like /wiki and /forum to pass traffic through to another website (on another host), so it looks to users like they're on the same domain. I also have a number of redirects, e.g. /xyz redirects to a sep...
1
•
•
By
Wilson29thID
DigitalOcean App Platform
-
Published Question
Hi all, I currently run a few applications on a DO droplet using docker compose (they're all wrapped in Dockerfiles). I'd like to switch to the new App platform, but I'm wondering how I'd maintain dev/prod parity? I l...
1
•
•
By
Wilson29thID
DigitalOcean App Platform
-
Published Question
I'm excited to try out the new App platform. I've been asking Santa for something like this from DO for years.
I've got a rails app (https://github.com/29th/personnel-v3/) that happens to have a Dockerfile in the repo...
Accepted Answer:
@Wilson29thID 👋
Thanks for trying out the App Platform! You're right that currently if you create an app through the UI, and your repo contains a Dockerfile at the root, then we'll automatically use that instead of th...
1
•
•
By
Wilson29thID
DigitalOcean App Platform