Hi,
i would like to configure the yml for this workflow, but i’m not sure if it can be done:
what i have:
1 reactjs project in local with github remote
1 nodejs project in local with github remote and hook to heroku
i would like when i push reactjs_proj to prod_branch on github to automatically start a build, move the build folder to nodejs_proj_on_github, and this eventually will trigger the heroku hook that will release to prod the entire site.
can this be done ?