File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 27
27
"type" : " git" ,
28
28
"url" : " https://github.com/zirkeldesign/acorn-db.git"
29
29
},
30
- "livewire/livewire-local" : {
31
- "type" : " path" ,
32
- "url" : " /Users/dcsturm/wrk/packages/composer/livewire" ,
33
- "options" : {
34
- "symlink" : true
35
- }
30
+ "zirkeldesign/circle" : {
31
+ "type" : " git" ,
32
+ "url" : " https://github.com/zirkeldesign/acorn-db.git"
36
33
},
37
34
"zirkeldesign/circle-locale" : {
38
35
"type" : " path" ,
Original file line number Diff line number Diff line change 3
3
permissions = 0755
4
4
exclude[] = ' phploy.ini'
5
5
exclude[] = ' *.config.js'
6
+ exclude[] = ' *.local.yml'
6
7
include[] = ' dist'
7
8
post-deploy-remote[] = ' composer i -o --no-dev'
9
+ post-deploy-remote[] = ' yarn'
8
10
post-deploy-remote[] = ' wp acorn view:clear'
9
11
post-deploy-remote[] = ' wp spinupwp cache purge-site'
10
12
You can’t perform that action at this time.
0 commit comments