#!/bin/bash
# retrieve svn changes for Redmine
cd {{ redmine_root_dir }}
/usr/local/bin/bundle exec rake \
eupathdb:fetch_changesets \
RAILS_ENV="production"