Update app.yml

This commit is contained in:
Oliver Davies 2017-05-06 03:03:07 +01:00
parent 0c141f8d4f
commit b62722e44f

28
app.yml
View file

@ -1,16 +1,5 @@
api: '1'
sculpin:
theme:
build:
bower: yes
npm: no
type: gulp
yarn: yes
path: ~
composer:
install: yes
build:
type: composer
redirects:
"^/about": { to: "/" }
@ -139,10 +128,9 @@ redirects:
"^/terms-and-conditions": { to: "/terms" }
"^/work": { to: "/experience" }
deploy:
restart_php: false
restart_webserver: true
rsync:
options: '-vzcrSLh'
delete: true
type: rsync
hooks:
build: |
vendor/bin/sculpin generate --env=prod
yarn --pure-lockfile
node_modules/.bin/bower install
node_modules/.bin/gulp --production