Can this configuration be done?

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 ?

I didn’t understand the bit about nodejs_proj_on_github, but the short answer is yes, you can do CD to Heroku. You can do CD to any Linux box at all (e.g. using SSH keys and Git or Rsync) so Heroku should be easy.

I would advise you to start small first, e.g. just run your tests. You can then add new features to the build in a piecemeal fashion.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.