forkcms_3_deploy 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +2 -6
- data/VERSION +1 -1
- data/forkcms_3_deploy.gemspec +1 -1
- metadata +3 -3
data/README.md
CHANGED
|
@@ -24,7 +24,7 @@ This recipe will deploy the ForkCMS-instance to your-app.com.
|
|
|
24
24
|
set :deploy_to, "/home/#{user}/apps/#{application}" # eg.: /home/sumocoders/apps/sumocoders.be
|
|
25
25
|
|
|
26
26
|
# set document_root
|
|
27
|
-
set :document_root, "/home/#{user}/www.your-app.com" # eg.: /home/sumocoders/
|
|
27
|
+
set :document_root, "/home/#{user}/www.your-app.com" # eg.: /home/sumocoders/www.sumocoderS.be
|
|
28
28
|
|
|
29
29
|
# define roles
|
|
30
30
|
server "your-app.com", :app, :web, :db, :primary => true # eg.: crsolutions.be
|
|
@@ -33,10 +33,6 @@ This recipe will deploy the ForkCMS-instance to your-app.com.
|
|
|
33
33
|
set :repository, "git@your-git.com:your-app.git" # eg.: git@crsolutions.be:sumocoders.be.git
|
|
34
34
|
set :branch, "master"
|
|
35
35
|
|
|
36
|
-
# set version control type and copy strategy
|
|
37
|
-
set :scm, :git
|
|
38
|
-
set :copy_strategy, :checkout
|
|
39
|
-
|
|
40
36
|
begin
|
|
41
37
|
require 'forkcms_3_deploy'
|
|
42
38
|
require 'forkcms_3_deploy/defaults' # optional, contains best practices
|
|
@@ -44,7 +40,7 @@ This recipe will deploy the ForkCMS-instance to your-app.com.
|
|
|
44
40
|
$stderr.puts <<-INSTALL
|
|
45
41
|
You need the forkcms_3_deploy gem (which simplifies this Capfile) to deploy this application
|
|
46
42
|
Install the gem like this:
|
|
47
|
-
gem install
|
|
43
|
+
gem install forkcms_3_deploy
|
|
48
44
|
INSTALL
|
|
49
45
|
exit 1
|
|
50
46
|
end
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.1.
|
|
1
|
+
1.1.1
|
data/forkcms_3_deploy.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: forkcms_3_deploy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 17
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 1.1.
|
|
9
|
+
- 1
|
|
10
|
+
version: 1.1.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Tijs Verkoyen
|