Revert app.yml
This commit is contained in:
parent
5afb666032
commit
cd18e0cbab
23
app.yml
23
app.yml
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue