Google Mail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Message from discussion Deploying without SCM

View Parsed - Show only message text

Received: by 10.103.49.7 with SMTP id b7mr6497muk.19.1246559345351;
        Thu, 02 Jul 2009 11:29:05 -0700 (PDT)
Return-Path: <lee.hamb...@gmail.com>
Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153])
        by gmr-mx.google.com with ESMTP id 16si294140bwz.0.2009.07.02.11.29.04;
        Thu, 02 Jul 2009 11:29:04 -0700 (PDT)
Received-SPF: pass (google.com: domain of lee.hamb...@gmail.com designates 72.14.220.153 as permitted sender) client-ip=72.14.220.153;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of lee.hamb...@gmail.com designates 72.14.220.153 as permitted sender) smtp.mail=lee.hamb...@gmail.com; dkim=pass (test mode) header...@gmail.com
Received: by fg-out-1718.google.com with SMTP id 16so510166fgg.18
        for <capistrano@googlegroups.com>; Thu, 02 Jul 2009 11:29:04 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:received:in-reply-to:references
         :date:message-id:subject:from:to:content-type;
        bh=qKwtrQhyMnYAf0zlMqNQsGrUA82WY1T+ARMXtr1ikfE=;
        b=Q5VNjPkkryxADnNVwpvjDv4nbKP9NKYytgYCKv/DqRYgfEw+gLzmECKA57A7Om3IJH
         KB43dt5QktWfX+uPca15+EakSnGOY2nBdSupQ+hvLmznKSqMpauFxuEUukEQj2rIGXmK
         mNBiV6cG0KqfIMRe6Ly6IXCY+2/FSjNjkvuKU=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type;
        b=nmkBOYgAGiNaNnTt66VYhSgH6IGiX4K20h5RiwlbW3k9rIBHKfAoZY4fAGe27xFk3t
         Mfij5RNohwmpfeDhZJzgN5uYwztIwjyhYYZx4PkkyFvv3H3OCvE+TqLe3KABbgoN9ZWE
         ubTF7FcvH8XjCLpREzTfK3YqWiLY+QMhAjT4k=
Mime-Version: 1.0
Content-Type: multipart/alternative;
	boundary="000e0cd297cce39522046dbd369f"
Received: by 10.86.27.7 with SMTP id a7mr507622fga.67.1246559343973; Thu, 02 
	Jul 2009 11:29:03 -0700 (PDT)
In-Reply-To: <4A4CF5CD.6060707@gmail.com>
References: <8fe543af-ba06-4f1b-9748-5e7606772f39@b14g2000yqd.googlegroups.com>
	 <4A4CF5CD.6060...@gmail.com>
Date: Thu, 2 Jul 2009 19:29:03 +0100
Message-ID: <e2172f210907021129n3b8f2d20s62841cd26b125...@mail.gmail.com>
Subject: Re: [capistrano] Re: Deploying without SCM
From: Lee Hambley <lee.hamb...@gmail.com>
To: capistrano@googlegroups.com

--000e0cd297cce39522046dbd369f
Content-Type: text/plain; charset=UTF-8

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>

>
> sixones wrote:
> > 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
> >
> > >
> >
> 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
>
>
> >
>

--000e0cd297cce39522046dbd369f
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

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=
 &quot;Understanding deployment strategies&quot;<div><br></div><div>- Lee<b=
r>
<br><div class=3D"gmail_quote">2009/7/2 Joe McDonagh <span dir=3D"ltr">&lt;=
<a href=3D"mailto:joseph.e.mcdon...@gmail.com">joseph.e.mcdon...@gmail.com<=
/a>&gt;</span><br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .=
8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class=3D"im"><br>
sixones wrote:<br>
&gt; Hello,<br>
&gt;<br>
&gt; I&#39;ve seen this question pop up a few times but haven&#39;t been ab=
le to<br>
&gt; find a clear answer. Is there away to deploy with Capistrano without<b=
r>
&gt; using SCM? I like the idea of the automated deployment strategies<br>
&gt; available with Capistrano and would like to benefit rather than<br>
&gt; manually uploading via SFTP etc..<br>
&gt;<br>
&gt; I fully understand how important SCM is but I&#39;m planning on using<=
br>
&gt; Capistrano to deploy binary builds to a remote server. Storing the<br>
&gt; builds inside a repository just doesn&#39;t make sense for obvious<br>
&gt; reasons.<br>
&gt;<br>
&gt; Thanks in advance<br>
&gt;<br>
&gt; &gt;<br>
&gt;<br>
</div>There is a &#39;put&#39; method that uses scp to transfer files. You =
can make a<br>
task that uses this method to upload binaries.<br>
<font color=3D"#888888"><br>
--<br>
Joe McDonagh<br>
Operations Engineer<br>
<a href=3D"http://www.colonfail.com" target=3D"_blank">www.colonfail.com</a=
><br>
</font><div><div></div><div class=3D"h5"><br>
<br>
<br>
</div></div></blockquote></div><br></div>

--000e0cd297cce39522046dbd369f--


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