Mercurial > hg > soundsoftware-site
view deploy/config/cron.hourly/10-redmine-fetch-changesets @ 1587:d8949733849d dockerise
Another rearrangement, to share provisioning scripts
author | Chris Cannam |
---|---|
date | Thu, 17 Aug 2017 11:55:29 +0100 |
parents | extra/soundsoftware/scripted-deploy/config/cron.hourly/10-redmine-fetch-changesets@d0d59d12db94 |
children | c18460da6620 |
line wrap: on
line source
#!/bin/bash sudo -u code sh -c "cd /var/www/code ; ./script/rails runner \"Repository.fetch_changesets\" -e production 2>&1 | grep -v 'Not trusting' | grep -v 'svn:' | grep -v 'working copy' | grep -v 'deprecated' | grep -v 'version_requirements'" exit 0