capistrano-foreman 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/capistrano/foreman.rb +1 -1
- data/lib/capistrano/version.rb +1 -1
- metadata +2 -2
data/lib/capistrano/foreman.rb
CHANGED
@@ -3,7 +3,7 @@ Capistrano::Configuration.instance(:must_exist).load do |configuration|
|
|
3
3
|
namespace :foreman do
|
4
4
|
desc "Export the Procfile to Ubuntu's upstart scripts"
|
5
5
|
task :export, roles: :app do
|
6
|
-
run "cd #{
|
6
|
+
run "cd #{current_path} && sudo bundle exec foreman export upstart /etc/init -a sites/#{application} -u #{user} -l #{shared_path}/log"
|
7
7
|
end
|
8
8
|
|
9
9
|
desc "Start the application services"
|
data/lib/capistrano/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capistrano-foreman
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-06-
|
12
|
+
date: 2012-06-14 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Capistrano tasks for foreman and upstart.
|
15
15
|
email:
|