fixe language bug in dots
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user