Skip to content

Commit 893ed3a

Browse files
committed
Fixes
1 parent 2bb477c commit 893ed3a

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

composer.json

+3-6
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,9 @@
2727
"type": "git",
2828
"url": "https://github.com/zirkeldesign/acorn-db.git"
2929
},
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"
3633
},
3734
"zirkeldesign/circle-locale": {
3835
"type": "path",

phploy.ini

+2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
permissions = 0755
44
exclude[] = 'phploy.ini'
55
exclude[] = '*.config.js'
6+
exclude[] = '*.local.yml'
67
include[] = 'dist'
78
post-deploy-remote[] = 'composer i -o --no-dev'
9+
post-deploy-remote[] = 'yarn'
810
post-deploy-remote[] = 'wp acorn view:clear'
911
post-deploy-remote[] = 'wp spinupwp cache purge-site'
1012

0 commit comments

Comments
 (0)