Recently created topics in Beanstalk tagged with deployment

1-4 of 4 topics
  • 8 Replies 3 Followers

    Anyone else having trouble with Releases and Deployment? Last reply on June 24, 2008 14:05.

    Is anyone else having trouble with the Releases and Deployment or is it just me?

    I've tried every combination of FTP settings to my server, and it always fails. Logs show that it does connect, but there's no hint as to what exactly is failing.

    Hopefully I'm not the only one?
    Drew Drew asked this question on June 21, 2008 05:06. Tom also has the question Drew asked. It's tagged release, and deploy
  • 1 Reply 2 Followers

    Need more explanation on deployment Last reply on June 09, 2008 19:20.

    It seems this could be a good feature for us but I need to understand it better...

    First, we need logs/error messages why a deployment to FTP fails. I could not get it to work the first try and gave up for now because it doesn't tell me why the deployment fails.

    Just as background, currently we svn update manually both our dev servers and the live server.

    Whenever we deploy something to live, we create a new tag (as I would think is good practice). How does that tie in with the deployment feature?
    tobias tobias shared this idea on June 09, 2008 19:07. jaywest liked tobias's idea. It's tagged deployment
  • 0 Replies 1 Follower

    Beta testers needed!

    We are looking for a small group of beta testers for our new FTP/SFTP deployment tool. Interested? Check out our blog post.

    http://www.wildbit.com/blog/2008/03/0...
    Chris Nagele Chris Nagele started this conversation on March 08, 2008 00:58. It's tagged beta
  • 2 Replies 2 Followers

    SVN+SSH with Capistrano Last reply on January 15, 2008 23:21.

    I've recently been looking in to moving some of my SVN repositories over to Beanstalk - it looks like a great little app and looks like it could be very useful.

    I've got a quick question about SVN+SSH checkout with Beanstalk.

    With my current setup I use Capistrano to deploy my Rails apps and that uses SVN+SSH to checkout the latest revision of my code.

    It looks something like this "svn+ssh://user@domain.com/~/svn/repository/trunk"

    Does Beanstalk allow this kind of access, and if not do you have any suggestions as to how I might configure Capistrano to work with your set up?

    Thanks,
    Mike.
    rumble rumble asked this question on January 15, 2008 22:18. It's tagged svn, and rails