Revert app.yml

This commit is contained in:
Oliver Davies 2017-05-08 08:55:11 +01:00
parent 5afb666032
commit cd18e0cbab

23
app.yml
View file

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