sync to dev server
This commit is contained in:
parent
a2d5a31607
commit
c6706f3f48
10
.no-sync
Normal file
10
.no-sync
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
.DS_Store
|
||||||
|
.editorconfig
|
||||||
|
.git
|
||||||
|
.gitattributes
|
||||||
|
.gitignore
|
||||||
|
.no-sync
|
||||||
|
dev.sync.sh
|
||||||
|
.git/
|
||||||
|
dev
|
||||||
|
dev/
|
3
dev.sync.sh
Normal file
3
dev.sync.sh
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
rsync -vrh --delete --exclude-from .no-sync * ildidev:wp-themes/ildi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user