xpersonas
3/15/2017 - 6:55 PM

Redis on platform.sh - .platform.app.yaml build/deploy

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