summaryrefslogtreecommitdiffstats
path: root/sync.sh
diff options
context:
space:
mode:
authorAnoduck, The Anonymous Duck <9925396+anoduck@users.noreply.github.com>2025-01-22 16:55:13 +0000
committerGitHub <noreply@github.com>2025-01-22 16:55:13 +0000
commit1ccadf298f59158ae6d4d0d96a4ea22d1166dcb4 (patch)
tree5a3174e8854d7b0887e0119d1e10c69978bacc41 /sync.sh
parentd72b6cdb9d1ba0ef36d13359fbdfd38e4f09bc55 (diff)
parentfef727c822458bc6d3e8af96187a445addbcdb6c (diff)
Merge pull request #66 from anoduck/develop
Develop
Diffstat (limited to 'sync.sh')
-rwxr-xr-xsync.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/sync.sh b/sync.sh
index 2885f81..341ea3a 100755
--- a/sync.sh
+++ b/sync.sh
@@ -2,7 +2,7 @@
#Variables
# -------------------------
-REPO="$HOME/Sandbox/hinode-template"
+REPO="$HOME/Sandbox/corruptlamar"
SRC="$REPO/public/"
DSRC="$REPO/docs-server/"
DSRBTS="$DSRC/robots.txt"
@@ -55,7 +55,6 @@ compush() {
build() {
npm run build
- cp -r static/emails/* public/emails/
}
# alt_files() {