Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8532695
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T09:46:26+00:00 2026-06-11T09:46:26+00:00

I am trying to implement a very simple automatic deployment system for my team.

  • 0

I am trying to implement a very simple automatic deployment system for my team.

Our code lives in an SVN repo, yet I use heroku to deploy my application (which uses GIT)

Currently I do the following locally:

    svn update
    git add .
    git commit -m "foo"
    git push heroku master

However I would like to automate this process, so that when ANYONE on the team commits new code, it is automatically pushed to heroku and can be viewed on our dev site.

Any easy way of doing this? Maybe setting up an EC2 instance, ssh’ing into it post commit (using a hook script) and running the above commands? But this solution seems overcomplicated..

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T09:46:27+00:00Added an answer on June 11, 2026 at 9:46 am

    Yes it seems overcomplicated, I’d just suggest rather final movement towards the git instead.

    In such case you’ll have only one VCS to care about (at least for this project) and you will be able to create other useful scenarios.

    IE. pushing every change to Heroku (and using it as a transport layer) isn’t good idea, sometimes you need to push something to the team mates to split the in-progress work and it’s quite obvious, that if you’ll send it in such state to Heroku, you’ll crash your application. Therefore it would be just easier to have one (other) shared repo (origin) and push everything there, and only if some important part is finished and confirmed by all team members you can just with two lines of code (or with shell script) get the newest state and push to Heroku.

    Nowadays creating shared git repositories is just easy task. If you have any host account with SSH access, you can create it using gitolite it’s easy to install and to manage repositories and users. And it’s quite free.

    Other possibility is using some git providers like GitHub or Assambla most probably you can find some free/cheap plans for hosting small projects.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to implement a simple code tester : a very basic version
I'm trying to implement a very simple proxy server with the following code. You
I'm trying to implement a very simple shorthand function for sending headers, based on
I'm trying to implement a very, very simple accessibility test for Swing so I
I'm trying to implement a very simple footer notification element to slide up for
I'm trying to implement a very simple XML schema constraint. The idref attribute on
I am trying to implement a very simple service example. The user inputs the
I am trying to implement a very simple example of FormsAuthentication. It is not
I'm trying to implement a very simple WCF service that returns JSON. I'm trying
I am a little bit confused trying to implement a very simple mutex (lock)

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.