aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraditya <bluenerd@protonmail.com>2023-06-18 00:49:49 +0530
committeraditya <bluenerd@protonmail.com>2023-06-18 00:49:49 +0530
commit63350e64bdc9e6572c78bdad57e34e053d3c7b99 (patch)
tree4f22680e52aeb5957857f2ab34727429720d8a05
parent36185f6927775b9b7e7de9eca03171d27042430f (diff)
remove upload scriptnew_theme
-rw-r--r--deploy.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/deploy.sh b/deploy.sh
deleted file mode 100644
index f6a7a72..0000000
--- a/deploy.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-USER=user
-HOST=adityakumar.xyz
-DIR=/home/user/adityakumar.xyz
-
-hugo && rsync -Pavz --delete public/ ${USER}@${HOST}:${DIR}
-
-exit 0