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