Skip to content

Commit

Permalink
Update logs directory
Browse files Browse the repository at this point in the history
  • Loading branch information
marktabler committed Jul 6, 2012
1 parent f6084ff commit 102f69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.rb
Expand Up @@ -43,7 +43,7 @@
task :create_god_script do
run %^cd /apps/god_scripts && touch #{SCRIPT_NAME}.rb && rm #{SCRIPT_NAME}.rb && touch #{SCRIPT_NAME}.rb^
run %^echo God.watch do \\\|w\\\| >> /apps/god_scripts/#{SCRIPT_NAME}.rb^
run %^echo w.log = \\\"apps/logs/#{SCRIPT_NAME}.log\\\" >> /apps/god_scripts/#{SCRIPT_NAME}.rb^
run %^echo w.log = \\\"/apps/logs/#{SCRIPT_NAME}.log\\\" >> /apps/god_scripts/#{SCRIPT_NAME}.rb^
run %^echo w.name = \\\"#{SCRIPT_NAME}\\\" >> /apps/god_scripts/#{SCRIPT_NAME}.rb^
run %^echo w.dir = \\\"#{LAUNCH_DIRECTORY}\\\" >> /apps/god_scripts/#{SCRIPT_NAME}.rb^
run %^echo w.env = \\\"#{ENVIRONMENT_VARIABLES}\\\" >> /apps/god_scripts/#{SCRIPT_NAME}.rb^
Expand Down

0 comments on commit 102f69b

Please sign in to comment.