mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 01:47:18 +02:00
fex whenever path
This commit is contained in:
parent
941f79d503
commit
d7bacb03a0
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
# rbenv support
|
# rbenv support
|
||||||
set :job_template,
|
set :job_template,
|
||||||
"/bin/bash -l -c 'export PATH=\"$HOME/.rbenv/bin:$PATH\";eval\"$(rbenv init -)\"; :job'"
|
"/bin/bash -l -c 'export PATH=\"$HOME/.rbenv/bin:$PATH\";eval\"$(rbenv init -)\"; :job'"
|
||||||
set :path, Rails.root.join('../../current').to_s
|
set :path, Whenever.path.sub('^\\','')
|
||||||
job_type :runner, ":path/bin/rails r -e :environment ':task' :output"
|
job_type :runner, ":path/bin/rails r -e :environment ':task' :output"
|
||||||
|
|
||||||
# cron output
|
# cron output
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue