aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2026-07-05 14:38:46 +0530
committerAkshay Nair <phenax5@gmail.com>2026-07-05 16:15:17 +0530
commitd2fd01c0181fd557a1750d8c36fbe1394431766c (patch)
tree137f06d079b00960c28aecaf84f53cd159a0fbcc /justfile
parenteca86870bf10c064a9f561249491f03c6e750a86 (diff)
downloadbacchus-remote-d2fd01c0181fd557a1750d8c36fbe1394431766c.tar.gz
bacchus-remote-d2fd01c0181fd557a1750d8c36fbe1394431766c.zip
Install cgit from source
Diffstat (limited to '')
-rw-r--r--justfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/justfile b/justfile
index 67528c2..312bf01 100644
--- a/justfile
+++ b/justfile
@@ -9,7 +9,7 @@ ssh *args:
shell: ssh
copy *args:
- rsync -ravh --delete --exclude '.git' -e "ssh -p $SSH_PORT" "$@"
+ rsync -ravh --delete --exclude '.git' --exclude 'tmp' -e "ssh -p $SSH_PORT" "$@"
df:
just ssh 'df -ah /'
@@ -17,8 +17,6 @@ df:
upload:
just copy . "${SSH_USER}@${SSH_HOST}:{{TARGET_DIR}}"
-restart-remote: (setup "start")
-
setup *args:
just ssh "{{TARGET_DIR}}/setup.sh" "$@"