22 lines
564 B
Bash
Executable File
22 lines
564 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rsync -rvc --delete-before \
|
|
index.html \
|
|
CT-figli-deb9-lamp:www/app.ethica-spinoza.net/public_html/
|
|
|
|
rsync -rvc --delete-before \
|
|
.htaccess \
|
|
CT-figli-deb9-lamp:www/app.ethica-spinoza.net/public_html/
|
|
|
|
rsync -rvc --delete-before \
|
|
assets/dist \
|
|
CT-figli-deb9-lamp:www/app.ethica-spinoza.net/public_html/assets/
|
|
|
|
rsync -rvc --delete-before \
|
|
assets/jsondb \
|
|
CT-figli-deb9-lamp:www/app.ethica-spinoza.net/public_html/assets/
|
|
|
|
rsync -rvc --delete-before \
|
|
assets/img \
|
|
CT-figli-deb9-lamp:www/app.ethica-spinoza.net/public_html/assets/
|