diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-07-05 14:38:46 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-07-05 16:15:17 +0530 |
| commit | d2fd01c0181fd557a1750d8c36fbe1394431766c (patch) | |
| tree | 137f06d079b00960c28aecaf84f53cd159a0fbcc /justfile | |
| parent | eca86870bf10c064a9f561249491f03c6e750a86 (diff) | |
| download | bacchus-remote-d2fd01c0181fd557a1750d8c36fbe1394431766c.tar.gz bacchus-remote-d2fd01c0181fd557a1750d8c36fbe1394431766c.zip | |
Install cgit from source
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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" "$@" |
