Out of interest, what are you looking to automate?

On Tue, Jan 29, 2013 at 1:55 AM, Matthew Ueckerman <duec...@gmail.com>wrote:

> As part of automating heroku deployments, I'd ideally like to simplify my
> configuration by having all my heroku crendentials in my .netrc file.
> Consequently I'd like change my remote heroku urls so that they do not
> rely on ssh authentication.
>
> My current gitconfig looks similar to the following:
>
> [remote "origin"]
>         fetch = +refs/heads/*:refs/remotes/origin/*
>         url = https://github.com/my-repo.git
> [remote "heroku"]
>         fetch = +refs/heads/*:refs/remotes/heroku/*
>         url = g...@heroku.com/my-app.git
>
> Is anyone aware of a http(s) url that can be used to access a remote
> heroku repository?
> Should one be available, is anyone aware of the .netrc entry required for
> this to work - can it be based on the code.heroku.com and 
> api.heroku.comentries?
>
> Regards,
>
> Matthew
>
> --
> --
> You received this message because you are subscribed to the Google
> Groups "Heroku" group.
>
> To unsubscribe from this group, send email to
> heroku+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/heroku?hl=en_US?hl=en
>
> ---
> You received this message because you are subscribed to the Google Groups
> "Heroku Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to heroku+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Heroku" group.

To unsubscribe from this group, send email to
heroku+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Heroku Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to heroku+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to