recipiez 0.3.2 → 0.3.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/recipiez/version.rb +1 -1
- data/recipes/foreman.rb +1 -1
- metadata +3 -3
data/lib/recipiez/version.rb
CHANGED
data/recipes/foreman.rb
CHANGED
@@ -2,7 +2,7 @@ Capistrano::Configuration.instance(true).load do
|
|
2
2
|
namespace :foreman do
|
3
3
|
desc "Export the Procfile to Ubuntu's upstart scripts"
|
4
4
|
task :export, roles => :app do
|
5
|
-
run "cd #{current_path} && sudo bundle exec foreman export upstart /etc/init -a #{application} -u #{user} -l #{shared_path}/log"
|
5
|
+
run "cd #{current_path} && sudo bundle exec foreman export upstart /etc/init -a #{application} -u #{user} -l #{shared_path}/log -e foreman.env"
|
6
6
|
end
|
7
7
|
|
8
8
|
desc "Start the application services"
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: recipiez
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 0.3.
|
9
|
+
- 3
|
10
|
+
version: 0.3.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Alastair Brunton
|