Skip to content
This repository has been archived by the owner on Oct 26, 2019. It is now read-only.

Commit

Permalink
Merge 06775cb into 5b8b2b5
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jan 16, 2019
2 parents 5b8b2b5 + 06775cb commit 885b158
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
set :application, 'robot-master'
set :repo_url, 'https://github.com/sul-dlss/robot-master.git'
set :rvm_ruby_version, '2.3.7'

# Default branch is :master
ask :branch, proc { `git rev-parse --abbrev-ref HEAD`.chomp }
Expand Down
2 changes: 1 addition & 1 deletion config/schedule.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set :output, '/home/lyberadmin/robot-master/current/log/crondebug.log'

every 12.hours, roles: [:app] do
command "cd /home/lyberadmin/robot-master/current && BUNDLE_GEMFILE=Gemfile /usr/local/rvm/gems/ruby-2.3.7@global/bin/bundle exec bin/robot-sweeper --environment=#{environment} --log=log/sweeper.log"
command "cd /home/lyberadmin/robot-master/current && bundle exec bin/robot-sweeper --environment=#{environment} --log=log/sweeper.log"
end

0 comments on commit 885b158

Please sign in to comment.