Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |
| check process unicorn-<<aplicacion>> | |
| with pidfile /home/deployer/apps/<<aplicacion>>/current/tmp/pids/unicorn.pid | |
| start program = "/etc/init.d/unicorn_blog start" | |
| stop program = "/etc/init.d/unicorn_blog stop" | |
| restart program = "/etc/init.d/unicorn_blog stop && /etc/init.d/unicorn_blog start" | |
| group unicorn-blog | |
| check file blog-restart with path /home/deployer/apps/<<aplicacion>>/current/tmp/restart.txt | |
| if changed timestamp | |
| then exec "/usr/bin/monit -g unicorn-blog restart" |
| # unicorn_rails -c /data/github/current/config/unicorn.rb -E production -D | |
| rails_env = ENV['RAILS_ENV'] || 'production' | |
| # 16 workers and 1 master | |
| worker_processes (rails_env == 'production' ? 16 : 4) | |
| # Load rails+github.git into the master before forking workers | |
| # for super-fast worker spawn times | |
| preload_app true |