Skip to content

Commit

Permalink
keep Procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Belo committed Jan 23, 2012
1 parent 03bd0a0 commit d94e13f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ mkdir -p $CACHE_DIR/www
mv * $CACHE_DIR/www
mv $CACHE_DIR/www .

# keep Procfile
if [ -f www/Procfile ]; then
mv www/Procfile .
fi

# unpack cache
for DIR in $APACHE_PATH $PHP_PATH ; do
rm -rf $DIR
Expand Down

0 comments on commit d94e13f

Please sign in to comment.