diff options
| author | Mitsuo Tokumori <rtokumori@pucp.edu.pe> | 2024-09-11 04:25:38 +0900 |
|---|---|---|
| committer | Mitsuo Tokumori <rtokumori@pucp.edu.pe> | 2024-09-11 04:25:38 +0900 |
| commit | 37ff7062874b72bafa99afe661f42653565ed511 (patch) | |
| tree | 60372bf7fdb94c9034c7d1cc5a17cd7df526c4fc /local/bin/updatewebsite.sh | |
| parent | dca319b8d9d221f1aaf3a00ee457d202096c66ac (diff) | |
RESTRUCTURE. Replicate relative paths in public/
Diffstat (limited to 'local/bin/updatewebsite.sh')
| -rwxr-xr-x | local/bin/updatewebsite.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/local/bin/updatewebsite.sh b/local/bin/updatewebsite.sh deleted file mode 100755 index 71c99b2..0000000 --- a/local/bin/updatewebsite.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -# This script syncs local files to my VPS - -# Thank you: https://unix.stackexchange.com/a/2503/347754 -options="-uvrPs --delete-after --copy-links" -targetdir="tokumori.xyz:/var/www" - -rsync $options /home/mitsuo/mahcode/www/tokumori.xyz $targetdir |
