Mercurial > hg > soundsoftware-site
annotate extra/soundsoftware/scripted-deploy/config/cron.hourly/40-export-git @ 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 logfile="/var/www/code/log/export-git.log" |
Chris@1586 | 3 sudo -u code sh -c "cd /tmp ; /var/www/code/extra/soundsoftware/export-git.sh production /var/hg /var/files/git-mirror >> $logfile 2>&1" |