Update app.yml
This commit is contained in:
parent
0c141f8d4f
commit
b62722e44f
28
app.yml
28
app.yml
|
@ -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
|
|
||||||
|
|
Loading…
Reference in a new issue