Modify the nightly script to update the CDN

This commit is contained in:
eddiemonge 2011-05-11 19:19:35 -07:00
parent f176f4a884
commit 9fb4da3c77
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -8,3 +8,4 @@ combined/
combine/
compiled/
gitstatus.log
refreshCDN

View file

@ -5,5 +5,6 @@ if ( fread($file, filesize($filename)) === 'NewCommit' )
{
ftruncate($file, 0);
exec('git pull --quiet && make NIGHTLY_OUTPUT=latest nightly >> /dev/null 2>&1');
exec('./refreshCDN');
}