Skip to content

Automatic deploy to heroku #150

@steveklabnik

Description

@steveklabnik
Member

Travis supports heroku automatic deploys, we should have this.

Activity

SoldierCoder

SoldierCoder commented on Sep 5, 2013

@SoldierCoder

So, to be certain, we are deploying our Shoes programs to Heroku or is it something else?

PragTob

PragTob commented on Sep 5, 2013

@PragTob
Member

We want to deploy hackety-hack.com automatically to heroku when the travis-ci build on master is green. E.g. see this blog post.

However this probably is more a task for someone with access to heroku.

steveklabnik

steveklabnik commented on Sep 5, 2013

@steveklabnik
MemberAuthor

It would look very much like this: steveklabnik/meloria#1

You'd have to get the key from me or someone else on heroku, though

PragTob

PragTob commented on Sep 5, 2013

@PragTob
Member

Oh why can't we have @rkh do that for us as well? :-)

jacqueline-homan

jacqueline-homan commented on Sep 6, 2013

@jacqueline-homan

If it's OK I'd like to point something out. When I did the Hartl Ruby on Rails tutorial apps, I found that sqlite3 does NOT "play well" with Heroku. Hartl makes this clear himself in his Rails tutorials. I have a Heroku account. I can use Heroku so long as any app I want to push up there does NOT use sqlite or sqlite3. Heroku is fantastic and will work with MySQL, Postgrel, and I think also NoSQL. But not with SQL or sqlite3.

PragTob

PragTob commented on Sep 6, 2013

@PragTob
Member

We already deploy to heroku so everyone works fine :-) We only use sqlite3 in the development environment, when we deploy we use Postgres.

SoldierCoder

SoldierCoder commented on Sep 7, 2013

@SoldierCoder

what do you use Postgres for in Hackety.com?

Are you saying we use something other than mongo?

On Sep 6, 2013, at 3:51 AM, Tobias Pfeiffer notifications@github.com wrote:

We already deploy to heroku so everyone works fine :-) We only use sqlite3 in the development environment, when we deploy we use Postgres.


Reply to this email directly or view it on GitHub.

PragTob

PragTob commented on Sep 7, 2013

@PragTob
Member

There are some Active Record leftovers for which a normal sql database is needed, it was tried to be fixed in this pull request #146 but somehow that got stuck/did not move on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @steveklabnik@SoldierCoder@PragTob@jacqueline-homan

        Issue actions

          Automatic deploy to heroku · Issue #150 · hacketyhack/hackety-hack.com