From ec4995595a2dfa68e88d523f2ddfcc3a1022b516 Mon Sep 17 00:00:00 2001 From: Mauricio Baeza Date: Fri, 27 Aug 2021 14:30:17 -0500 Subject: [PATCH] Rename src to source. Add script for update --- {src => source}/index.html | 1 + {src => source}/style.css | 0 update.sh | 6 ++++++ 3 files changed, 7 insertions(+) rename {src => source}/index.html (99%) rename {src => source}/style.css (100%) create mode 100755 update.sh 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..." +