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

yo angular-fullstack:heroku fails to deploy #189

Closed
rovens opened this issue Apr 16, 2014 · 5 comments
Closed

yo angular-fullstack:heroku fails to deploy #189

rovens opened this issue Apr 16, 2014 · 5 comments

Comments

@rovens
Copy link

rovens commented Apr 16, 2014

Hi All,
I just updated to the 1.4.1 release of the generator. When attempting to deploy to heroku I receive the following error.

[Projects]$ yo angular-fullstack:heroku
[?] Name to deploy as: sedge-crinkled-total3323

Initializing deployment repo

Creating heroku app and setting node environment
✗ { [Error: Command failed:  !    No app specified.
 !    Run this command from an app folder or specify which app to use with --app APP.
] killed: false, code: 1, signal: null }

I've created a new app from scratch to make sure it's nothing weird that I've done and the problem still occurs.

  • node: v0.10.26
  • generator-angular-fullstack: 1.4.1
  • heroku toolbelt: 3.6.0

Possibly something I am doing wrong?

@CodisRedding
Copy link

I had the same issue. I ended up implementing the buildcontrol package and setting my test, staging, and production heroku deploys with it and grunt. (sorry to not answer your Q, but I wanted to mention.)

@DaftMonk
Copy link
Member

This is working on the the v3.0.1 heroku toolbelt that I have on my windows machine, but as you pointed out, with the latest version of the heroku toolbelt, the app creation is failing. I will try to get a patch out tonight if I can figure out what the problem is.

@DaftMonk
Copy link
Member

Hmm, I tried updating my toolbelt on windows to 3.6.0 and it still worked. However it didn't work on my Ubuntu with the same version. Seems like an issue with unix version. I'll see what I can do.

@DaftMonk
Copy link
Member

Apparently there was a typo with the git init that was causing problems with unix shell, but not with windows. Just published an update.

@rovens
Copy link
Author

rovens commented Apr 17, 2014

Nice one Tyler! You just rocked my world :-)
On 17/04/2014 12:04 PM, "Tyler Henkel" [email protected] wrote:

Apparently there was a typo with the git init that was causing problems
with unix shell, but not with windows. Just published an update.


Reply to this email directly or view it on GitHubhttps://github.com//issues/189#issuecomment-40673468
.

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

3 participants