Skip to content

Instantly share code, notes, and snippets.

@abacha
Created January 24, 2014 18:46
Show Gist options
  • Select an option

  • Save abacha/8603534 to your computer and use it in GitHub Desktop.

Select an option

Save abacha/8603534 to your computer and use it in GitHub Desktop.
name: bigbang
root: /var/www/bigbang/releases
pre_window: rvm use 2.0.0@bigbang
tmux_options: -S /tmp/bigbang
windows:
- bigbang: tail -f ../current/log/production.log
- sidekiq: tail -f ../current/log/sidekiq.log
- unicorn: tail -f ../current/log/unicorn.stderr.log
- nginx: tail -f /var/log/nginx/error.log
- console: rails c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment