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