Auto Build folder path selection doesn't work
Opened this issue · 0 comments
anukul commented
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
- Browser
- CLI
- API
Steps to reproduce
- Try to deploy
anukul/node-example
- branchfailing-build-context