Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix support for deploying main branch #122

Merged
merged 1 commit into from
Sep 8, 2020
Merged

Fix support for deploying main branch #122

merged 1 commit into from
Sep 8, 2020

Conversation

schneems
Copy link
Contributor

@schneems schneems commented Sep 8, 2020

When I shipped support for the main branch I only checked that the lock file correctly installed the main branch, but never checked it could be deployed.

In our deploy we previously ran git push heroku master which is short for git push master:master and this fails since there's no master branch of that repo. This force deploys HEAD instead.

When I shipped support for the main branch I only checked that the lock file correctly installed the main branch, but never checked it could be deployed. 

In our deploy we previously ran `git push heroku master` which is short for `git push master:master` and this fails since there's no master branch of that repo. This force deploys HEAD instead.
@schneems schneems merged commit dbdb6b8 into main Sep 8, 2020
@schneems schneems deleted the schneems/fix-main branch September 8, 2020 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants