fixe language bug in dots

This commit is contained in:
Bachir Soussi Chiadmi
2017-07-19 19:34:56 +02:00
parent 9b043383a8
commit 0d98b60d26
4 changed files with 66 additions and 28 deletions
+11 -3
View File
@@ -1,5 +1,13 @@
#!/bin/sh
rsync -rvc index.html CT-figli-deb9-lamp:www/ethica-spinoza.net/public_html/
rsync -rvc assets/dist CT-figli-deb9-lamp:www/ethica-spinoza.net/public_html/assets/
rsync -rvc assets/jsondb CT-figli-deb9-lamp:www/ethica-spinoza.net/public_html/assets/
rsync -rvc --delete-before \
index.html \
CT-figli-deb9-lamp:www/ethica-spinoza.net/public_html/
rsync -rvc --delete-before \
assets/dist \
CT-figli-deb9-lamp:www/ethica-spinoza.net/public_html/assets/
rsync -rvc --delete-before \
assets/jsondb \
CT-figli-deb9-lamp:www/ethica-spinoza.net/public_html/assets/