Now copying app.json from www/ into $BUILD_DIR, thus allowing pre/post deploy scripts to execute

This commit is contained in:
Alexandre Leclair 2016-08-24 14:20:29 -04:00
parent afa0a94343
commit ca7b083aad
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ if [[ ! -e "$BUILD_DIR/www" ]]; then
[[ -f "$BUILD_DIR/www/nginx.conf.erb" ]] && mv $BUILD_DIR/www/nginx.conf.erb $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
[[ -f "$BUILD_DIR/www/app.json" ]] && mv $BUILD_DIR/www/app.json $BUILD_DIR
rm -rf $CACHE_DIR/www
fi