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

Deploying to Heroku without git #41

Closed
olasitarska opened this issue Jul 23, 2014 · 2 comments
Closed

Deploying to Heroku without git #41

olasitarska opened this issue Jul 23, 2014 · 2 comments
Assignees

Comments

@olasitarska
Copy link
Member

  • can we cut out the git problem?
  • is there an easier way than Heroku?
@oinopion
Copy link
Contributor

I've found this: https://github.com/ddollar/heroku-push
It replaces need to use git. We still need all heroku required files: Procfile, requirements.txt, runtime.txt.

We also need to keep the .gitignore file, so that heroku push knows to ignore local settings and local sqlite database.

One problem though, is that without git, heroku commad requires you to always pass --app <name>.

@olasitarska
Copy link
Member Author

That's great! +1 for this solution

@olasitarska olasitarska self-assigned this Aug 9, 2014
@olasitarska olasitarska changed the title Resolve issues with Heroku Deploying to Heroku without git Aug 20, 2014
bmispelon added a commit that referenced this issue Nov 15, 2014
This reverts commit 0d2bfa1.

Conflicts:
	deploy/README.md
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

No branches or pull requests

2 participants