Exclude git
This commit is contained in:
parent
ad595062cc
commit
a4265a6a49
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
# Create folder
|
||||
ssh hod.emersa.it "mkdir -p chatstream"
|
||||
|
||||
tar --exclude='./node_modules' --zstd -cvf - . \
|
||||
tar --exclude='./.git' --exclude='./node_modules' --zstd -cvf - . \
|
||||
| ssh hod.emersa.it tar -C chatstream --zstd -xvf -
|
||||
|
||||
# ssh -N hod.emersa.it "cd chatstream; pkill -f node; ./start.sh &"
|
Loading…
Reference in a new issue