diff --git a/src/index.html b/source/index.html similarity index 99% rename from src/index.html rename to source/index.html index f9f72fa..8aa413e 100644 --- a/src/index.html +++ b/source/index.html @@ -202,6 +202,7 @@ JOHN DOE’S PAGE - https://github.com/cadars/john-doe/

Para solicitar una cuenta puedes hacerlo en

diff --git a/src/style.css b/source/style.css similarity index 100% rename from src/style.css rename to source/style.css diff --git a/update.sh b/update.sh new file mode 100755 index 0000000..0f5a4ba --- /dev/null +++ b/update.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +rsync -ravz --delete source/ 152.89.107.109:/opt/cuates.net/ + +echo "Update ok..." +