package.json - add build and deploy scripts
bin/deploy wraps the rsync command.
This commit is contained in:
8
bin/deploy
Executable file
8
bin/deploy
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -vx
|
||||
rsync -avzc \
|
||||
--delete \
|
||||
-C \
|
||||
_site/ \
|
||||
-- \
|
||||
"$1"
|
||||
Reference in New Issue
Block a user