How to deploy a "build" folder on Heroku created with create react app (npm run build)?

Viewed 18

I want to "upload" this build folder to Heroku. I do not to run the build process instead just tell Heroku to download the files from this folder when I run npm run build or when I click "deploy" in Heroku? Is that possible and how do I do that?

enter image description here

0 Answers
Related