Skip to content

Commit

Permalink
deploy:check
Browse files Browse the repository at this point in the history
  • Loading branch information
shes50103 committed Mar 21, 2018
1 parent 8764820 commit 5db541e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
15 changes: 8 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ GEM
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.3.8)
airbrussh (1.3.0)
sshkit (>= 1.6.1, != 1.7.0)
annotate (2.6.10)
activerecord (>= 3.2, <= 4.3)
rake (~> 10.4)
Expand All @@ -49,10 +51,11 @@ GEM
autoprefixer-rails (>= 5.0.0.1)
sass (>= 3.3.0)
builder (3.2.3)
capistrano (3.4.0)
capistrano (3.10.1)
airbrussh (>= 1.0.0)
i18n
rake (>= 10.0.0)
sshkit (~> 1.3)
sshkit (>= 1.9.0)
capistrano-bundler (1.1.4)
capistrano (~> 3.1)
sshkit (~> 1.2)
Expand All @@ -73,7 +76,6 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.9.1.1)
colorize (0.7.7)
concurrent-ruby (1.0.5)
crass (1.0.3)
devise (3.5.2)
Expand All @@ -100,7 +102,7 @@ GEM
activesupport (>= 4.2.0)
google_plus_helper (0.0.3)
rails (>= 3.0)
i18n (0.9.1)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jquery-rails (4.0.5)
rails-dom-testing (~> 1.0)
Expand All @@ -125,7 +127,7 @@ GEM
minitest (5.10.3)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (3.0.1)
net-ssh (4.2.0)
nokogiri (1.8.1)
mini_portile2 (~> 2.3.0)
open_graph_helper (0.2.0)
Expand Down Expand Up @@ -217,8 +219,7 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sshkit (1.7.1)
colorize (>= 0.7.0)
sshkit (1.16.0)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
thor (0.20.0)
Expand Down
8 changes: 4 additions & 4 deletions config/deploy/production.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set :default_env, { path: "/usr/local/ruby22/bin:$PATH" }
set :deploy_to, '/home/rubytw/jobs.ruby.tw'
set :deploy_to, '/home/deploy/jobs.ruby.tw'
set :branch, ENV["REVISION"] || ENV["BRANCH_NAME"] || "master"
set :stage, :production
role :web, "[email protected]"
role :app, "[email protected]"
role :db, "[email protected]", :primary => true
role :web, "[email protected]"
role :app, "[email protected]"
role :db, "[email protected]", :primary => true

0 comments on commit 5db541e

Please sign in to comment.