Google Mail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Deploying without SCM
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Follow-up To:
Add Cc | Add Follow-up to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers that you hear
 
sixones  
View profile   Translate to Translated (View Original)
 More options 2 July, 16:44
From: sixones <sixo...@me.com>
Date: Thu, 2 Jul 2009 08:44:28 -0700 (PDT)
Local: Thurs 2 July 2009 16:44
Subject: Deploying without SCM
Hello,

I've seen this question pop up a few times but haven't been able to
find a clear answer. Is there away to deploy with Capistrano without
using SCM? I like the idea of the automated deployment strategies
available with Capistrano and would like to benefit rather than
manually uploading via SFTP etc..

I fully understand how important SCM is but I'm planning on using
Capistrano to deploy binary builds to a remote server. Storing the
builds inside a repository just doesn't make sense for obvious
reasons.

Thanks in advance


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Joe McDonagh  
View profile   Translate to Translated (View Original)
 More options 2 July, 19:00
From: Joe McDonagh <joseph.e.mcdon...@gmail.com>
Date: Thu, 02 Jul 2009 14:00:45 -0400
Local: Thurs 2 July 2009 19:00
Subject: Re: [capistrano] Deploying without SCM

There is a 'put' method that uses scp to transfer files. You can make a
task that uses this method to upload binaries.

--
Joe McDonagh
Operations Engineer
www.colonfail.com


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lee Hambley  
View profile   Translate to Translated (View Original)
 More options 2 July, 19:29
From: Lee Hambley <lee.hamb...@gmail.com>
Date: Thu, 2 Jul 2009 19:29:03 +0100
Local: Thurs 2 July 2009 19:29
Subject: Re: [capistrano] Re: Deploying without SCM

There is also the deploy_via :copy that will tar up your working directory
and deploy it to the server, you can read more about that on our wiki under
"Understanding deployment strategies"
- Lee

2009/7/2 Joe McDonagh <joseph.e.mcdon...@gmail.com>


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jamis Buck  
View profile   Translate to Translated (View Original)
 More options 2 July, 19:31
From: Jamis Buck <ja...@37signals.com>
Date: Thu, 2 Jul 2009 12:31:31 -0600
Local: Thurs 2 July 2009 19:31
Subject: Re: [capistrano] Re: Deploying without SCM
There is also a :none SCM that you can use. However, it only works
with the :copy deployment method that Lee mentioned.

So:

  set :repository, "."
  set :scm, :none
  set :deploy_via, :copy

You can read more about the :none SCM in the comments for that module:

http://github.com/capistrano/capistrano/blob/e8429b0e198d3dbff53853e3...

- Jamis


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
sixones  
View profile   Translate to Translated (View Original)
 More options 2 July, 20:24
From: sixones <sixo...@me.com>
Date: Thu, 2 Jul 2009 12:24:02 -0700 (PDT)
Local: Thurs 2 July 2009 20:24
Subject: Re: Deploying without SCM
Thanks guys,will give the suggestions a try.

On 2 July, 19:31, Jamis Buck <ja...@37signals.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
sixones  
View profile   Translate to Translated (View Original)
 More options 3 July, 19:32
From: sixones <sixo...@me.com>
Date: Fri, 3 Jul 2009 11:32:14 -0700 (PDT)
Local: Fri 3 July 2009 19:32
Subject: Re: Deploying without SCM
Works like a charm! Along with these extra settings;

set :copy_cache,          "/tmp/my-app"
set :copy_compression,    :gzip

Thanks again guys

On Jul 2, 8:24 pm, sixones <sixo...@me.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google