Forgot to copy over nginx.conf.sigil to the build directory

This commit is contained in:
Dennis Martinez 2016-04-27 15:36:18 +09:00
parent 640f6d396a
commit 9c43925fac
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ if [[ ! -e "$BUILD_DIR/www" ]]; then
mv $CACHE_DIR/www/* $BUILD_DIR/www
# Check for a copy the nginx conf file override to the build dir
[[ -f "$BUILD_DIR/www/nginx.conf.erb" ]] && mv $BUILD_DIR/www/nginx.conf.erb $BUILD_DIR
[[ -f "$BUILD_DIR/www/nginx.conf.sigil" ]] && mv $BUILD_DIR/www/nginx.conf.sigil $BUILD_DIR
[[ -f "$BUILD_DIR/www/mime.types" ]] && mv $BUILD_DIR/www/mime.types $BUILD_DIR
[[ -f "$BUILD_DIR/www/CHECKS" ]] && mv $BUILD_DIR/www/CHECKS $BUILD_DIR
rm -rf $CACHE_DIR/www