porter-archive
porter-archive copied to clipboard
Auto Build folder path selection doesn't work
Description
Trying to deploy the following app:
.
└── src
├── Procfile
├── app.js
└── package.json
I clicked "Continue" from within src/
, but the GitHub Action is still trying to build from the root of the repository, and is failing with the error:
ERROR: No buildpack groups passed detection.
The same app is successfully built and deployed if the contents of src/
are present at the repository root.
Location
- [x] Browser
- [ ] CLI
- [ ] API
Steps to reproduce
- Try to deploy
anukul/node-example
- branchfailing-build-context