Skip to content

How to deploy customization forks #263

Answered by isaacwhite
palewire asked this question in Q&A/Help
Discussion options

You must be logged in to vote

Hey @palewire, we still deploy our customized Heroku sites manually using the cli integration. You should be able to do that by following the general Heroku CLI docs.

You might be able to use a GitHub integration hook to autodeploy your Library site, but my hunch is that the deploys in that case would be triggered by pushes to the main nytimes/library repo, which is not what you want.

I think it would be possible to flip the current Procfile integration, so that the customization repo clones in nytimes/library on each deploy and moves the overrides accordingly. If the customization repo had a Procfile like that, customized autodeploys would probably fit the typical Heroku integration patt…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by afischer
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #79 on May 25, 2021 20:14.