Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS deployment like beanstalkapp by using github

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #41329
    strages
    Member

    hey there css-tricks community,

    I was wondering if there was an easy way of deployment like on beanstalkapp while using github. I know about Capistrano, but it doesn’t seem that easy and what about usage with dead simple apache servers?

    thanks :)

    #117352
    SgtLegend
    Member

    Have a read about git-deploy https://github.com/git-deploy/git-deploy

    #117360
    strages
    Member

    thanks @SgtLegend I am going to read through in a moment.

    Does this have the same functionality as on beanstalk? when i push for example a new master branch update, github will push the new files to the server?

    #117363
    SgtLegend
    Member

    I’m not familiar with git-deploy but by the look of it you can apply a hook to do that but would require it to be setup via your server to run every x about of minutes.

    #117382
    strages
    Member

    can that be done on any server? mmmh.. the simplicity of setting this up on beanstalk should also be possible with github! :O

    #123841
    strages
    Member

    to answer my own question in someway:

    found this gist used by paul irish

    [Deploy your site with git](https://gist.github.com/oodavid/1809044)

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘CSS’ is closed to new topics and replies.