Mercurial > hg > soundsoftware-site
comparison deploy/config/cron.hourly/40-export-git @ 1590:c18460da6620 dockerise
Numerous deployment updates
author | Chris Cannam |
---|---|
date | Thu, 17 Aug 2017 16:04:36 +0100 |
parents | d8949733849d |
children |
comparison
equal
deleted
inserted
replaced
1589:94669513c53c | 1590:c18460da6620 |
---|---|
1 #!/bin/bash | 1 #!/bin/bash |
2 | |
2 logfile="/var/www/code/log/export-git.log" | 3 logfile="/var/www/code/log/export-git.log" |
4 | |
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" | 5 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" |
6 |