diff options
Diffstat (limited to '')
| -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" "$@" |
