bschwartz

Brendan Schwartz
Cambridge, MA
1
3
  • Remote multi-server automation tool
    Forked from jamis/capistrano Fri Jul 18 13:16:51 -0700 2008
    legend
  • A Capistrano extension for managing and running your app on Amazon EC2.
    Forked from jnewland/capsize Sun Jul 13 15:25:19 -0700 2008
    legend
  • master respository for deprec - deployment recipes for capistrano
    Forked from mbailey/deprec Fri Jul 18 13:17:28 -0700 2008
    legend

Public Activity  feed

bschwartz started watching sms-fu about 1 month ago
sms-fu is at brendanlim/sms-fu
bschwartz committed to bschwartz/deprec about 1 month ago

133c13d52262f7d97cbec643d5fa1c986a170796

Adjusted symlink_shared_dirs so it applies the links to the upcoming release path as opposed to 'current_path' since we're now doing the linking step after deploy:update_code rather than after deploy:symlink

bschwartz committed to bschwartz/deprec about 1 month ago

5c6279831239e6157aa37efc2818348d8ef51f2a

do the symlinking of individual config files and directories after the update_code step, as opposed to after the deploy:symlink step. doing it after deploy:symlink breaks deploy:migrations.

bschwartz committed to bschwartz/deprec 2 months ago

f29fdb9d4324e4b404b9d5c9062a7a937081ae80

Added some mysql helper functions. Added install_configure_start wrapper task

bschwartz committed to bschwartz/deprec 2 months ago

4d3093b5498afc176edd3cdbe92fb8c5148d0756

Slimmed down the generate_database_yml. We don't need different variables for every possible stage!

bschwartz committed to bschwartz/deprec 2 months ago

1ecc174baefac564755a9c689412942e0b8a5018

Changed role for sphinx to be :search (instead of :sphinx). Added a configure_ultrasphinx task. Added RAILS_ENV into the restart and reindex tasks.

bschwartz committed to bschwartz/deprec 2 months ago

3fb0eda71716b53065c62ec22ecccf3026f44838

Fixed role for Postfix install task. It was incorrectly set to :web, now it's set to :mail

bschwartz committed to bschwartz/deprec 2 months ago

7ae6149b4ad13457af2ce5bd7df2d02adbce684b

Added variable :local_config_dir so you can configure where the local configs render to

bschwartz committed to bschwartz/deprec 2 months ago

83e4ff181003d6f45a33374ccf58bf23ac6490e3

Fixed nginx-init-script so it points to the PID (/var/run/nginx.pid)

bschwartz committed to bschwartz/deprec 2 months ago

c67694a984da34ea65a95378a8b35b63b1e069a9

Fixed monit-init-script soreload it doesn't cause an infinite loop! Yikes!