1
0
mirror of https://github.com/krislamo/vagrant-easyredmine synced 2025-09-09 22:19:29 +00:00

add redmine_fetch_changesets cron job

This commit is contained in:
Mark Heiges
2016-01-14 14:46:58 -05:00
parent 9eccd38026
commit 708a963739
2 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/bash
# retrieve svn changes for Redmine
cd {{ redmine_root_dir }}
/usr/local/bin/bundle exec rake \
redmine:fetch_changesets \
RAILS_ENV="production"