Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
Gwenhael Le Moine 2016-07-24 11:17:54 +02:00
parent bf22a2446c
commit 825e9e2e41

View file

@ -35,6 +35,11 @@ fi
cp -R $REPOSITORY $PRGNAM
cd $PRGNAM
git checkout 2.0.1
SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist
php bin/console wallabag:install --env=prod
rm -fr .git .gitignore
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 -o -perm 755 \) \