Changes for page Automating Application Deployment with Capistrano (Overview)
Last modified by Ralf Schuchardt on 2020/11/17 19:23
From version 9.1
edited by mbushkov
on 2008/11/18 06:40
on 2008/11/18 06:40
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. mbushkov1 +XWiki.tcripps - Content
-
... ... @@ -147,7 +147,7 @@ 147 147 148 148 == Cleanup == 149 149 150 -Let's ri ght a cleanup task in order not to leave tar.gz archives both on our local machine and on remote servers. The task can look like this:150 +Let's write a cleanup task in order not to leave tar.gz archives both on our local machine and on remote servers. The task can look like this: 151 151 152 152 {{code}} 153 153 ... ... @@ -191,7 +191,7 @@ 191 191 {{code}} 192 192 193 193 set "var1", "some data" 194 -set :var2 ", 10194 +set :var2, 10 195 195 196 196 {{/code}} 197 197