I've been following the directions in:
  http://devcenter.heroku.com/articles/multiple-environments
to create a remote staging repo in addition to the remote master repo.

I typed:
  % heroku create --stack bamboo-mri-1.9.2 --remote staging --addons
logging:basic
Creating growing-stream-672... done, stack is bamboo-mri-1.9.2
Adding logging:basic to growing-stream-672...  !   logging:basic add-
on already added.

(Note that it did NOT say 'Git remote staging added' at the end...?)

But staging doesn't appear as a remote repository:

  % git remote -v
  heroku        [email protected]:bluedot.git (fetch)
  heroku        [email protected]:bluedot.git (push)
  origin        [email protected]:fearless/bluedot.git (fetch)
  origin        [email protected]:fearless/bluedot.git (push)

and so I'm not surprise that attempts to push fail:

  % git status
  # On branch staging
  nothing to commit (working directory clean)

  % git push staging staging:master
  fatal: 'staging' does not appear to be a git repository
  fatal: The remote end hung up unexpectedly

I suspect some error on my part, but I want to proceed with caution!
Any hints?

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to