Revert app.yml
This commit is contained in:
parent
5afb666032
commit
cd18e0cbab
31
app.yml
31
app.yml
|
@ -1,5 +1,16 @@
|
||||||
build:
|
api: '1'
|
||||||
type: composer
|
|
||||||
|
sculpin:
|
||||||
|
theme:
|
||||||
|
build:
|
||||||
|
bower: yes
|
||||||
|
npm: no
|
||||||
|
type: gulp
|
||||||
|
yarn: yes
|
||||||
|
path: ~
|
||||||
|
|
||||||
|
composer:
|
||||||
|
install: yes
|
||||||
|
|
||||||
redirects:
|
redirects:
|
||||||
"^/about": { to: "/" }
|
"^/about": { to: "/" }
|
||||||
|
@ -128,14 +139,10 @@ redirects:
|
||||||
"^/terms-and-conditions": { to: "/terms" }
|
"^/terms-and-conditions": { to: "/terms" }
|
||||||
"^/work": { to: "/experience" }
|
"^/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:
|
deploy:
|
||||||
restart_php: false
|
restart_php: false
|
||||||
restart_webserver: true
|
restart_webserver: true
|
||||||
type: rsync
|
rsync:
|
||||||
|
options: '-vzcrSLh'
|
||||||
|
delete: true
|
||||||
|
type: rsync
|
||||||
|
|
Loading…
Reference in a new issue