hello.
I am using koyeb and github linkage.
In order to build and distribute the project when integrating with GitHub, all project configuration files are located in the workspace.
root repository
|-Procfile
|-build.gradle
|-system.properties
|-etc
But I would like to place the files in the Github branch like so:
root repository
|-backend
|-frontend
So, I want to put Procfile, builde.gradle, etc. inside the backend directory.
can i know what to do?