Exclude git

This commit is contained in:
odoacre 2022-11-04 15:33:36 +01:00
parent ad595062cc
commit a4265a6a49

View file

@ -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 &"