Mercurial > hg > soundsoftware-site
annotate extra/soundsoftware/scripted-deploy/config/cron.daily/15-get-statistics @ 1586:d0d59d12db94 dockerise
Add some cron scripts, update
author | Chris Cannam |
---|---|
date | Wed, 16 Aug 2017 16:58:22 +0100 |
parents | |
children |
rev | line source |
---|---|
Chris@1586 | 1 #!/bin/bash |
Chris@1586 | 2 sudo -u code sh -c "cd /var/www/code ; ./script/rails runner -e production extra/soundsoftware/get-statistics.rb >> log/statistics.log" |