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

heroku generation to existing deployment #429

Closed
evliu opened this issue Aug 8, 2014 · 4 comments
Closed

heroku generation to existing deployment #429

evliu opened this issue Aug 8, 2014 · 4 comments
Labels

Comments

@evliu
Copy link

evliu commented Aug 8, 2014

Hi,

I git pulled the project onto another computer I develop on and was wondering if there was a way to set up heroku in that dist folder so I can push up from either computer. thx!

@balthazar
Copy link
Contributor

It's just a remote you can set using :

git remote add prod [giturl]

in the ./dist folder

@evliu
Copy link
Author

evliu commented Aug 9, 2014

whenever i run grunt, it clobbers the /dist folder with diet:clean and blows away all the heroku stuff, so that doesn't work

@balthazar
Copy link
Contributor

Don't really know why this is a problem, if you take a closer look to the clean:dist task, you can see that the .git folder in dist is not removed, and this is where your remotes are configured.

@JaKXz JaKXz added the question label Aug 9, 2014
@JaKXz JaKXz closed this as completed Aug 13, 2014
@evliu
Copy link
Author

evliu commented Aug 15, 2014

ok, then i'm just not sure why i can't issue heroku commands from the CLI after I grunt build again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants