Redis on platform.sh - .platform.app.yaml build/deploy
# .platform.app.yaml
hooks:
build: |
cd web/
npm install
bower install
npm rebuild node-sass
deploy: |
bin/console assets:install --symlink
cd ~/web
gulp styles:prod
cd ~/
bin/console cache:clear --env=prod