Add app.yml, remove fabfile.py
This commit is contained in:
parent
2d5594b9b2
commit
b5d6443acb
2 changed files with 24 additions and 32 deletions
24
app.yml
Normal file
24
app.yml
Normal file
|
@ -0,0 +1,24 @@
|
|||
api: '1'
|
||||
type: sculpin
|
||||
|
||||
sculpin:
|
||||
theme:
|
||||
build:
|
||||
bower: yes
|
||||
npm: no
|
||||
type: gulp
|
||||
yarn: yes
|
||||
path: ~
|
||||
|
||||
composer:
|
||||
install: yes
|
||||
|
||||
deploy:
|
||||
restart_php: false
|
||||
restart_webserver: true
|
||||
rsync:
|
||||
# local_dir:
|
||||
# remote_dir:
|
||||
options: '-vzcrSLh'
|
||||
delete: true
|
||||
type: rsync
|
Loading…
Add table
Add a link
Reference in a new issue