diff options
| author | EuAndreh <eu@euandre.org> | 2020-09-29 15:56:56 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2020-09-29 15:56:56 -0300 |
| commit | 35e41e7167912bce5b6ef12589dbc3146b80ce84 (patch) | |
| tree | 63c15710c6e9a97c768a6d337ef14c2053cccd03 | |
| parent | repo-update.sh: Run sequetially to avoid server throttling (diff) | |
| download | dotfiles-35e41e7167912bce5b6ef12589dbc3146b80ce84.tar.gz dotfiles-35e41e7167912bce5b6ef12589dbc3146b80ce84.tar.xz | |
fake-symlinks: In "simple" repositories rely on description file
| -rwxr-xr-x | bash/templates/simple-pre-push-hook.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/templates/simple-pre-push-hook.sh b/bash/templates/simple-pre-push-hook.sh index 769474a7..f07fb695 100755 --- a/bash/templates/simple-pre-push-hook.sh +++ b/bash/templates/simple-pre-push-hook.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash set -Eeuo pipefail -jq -r .description < metadata.json | ssh euandreh.xyz 'cat > /data/git/$PROJECT.git/description' +scp description euandreh.xyz:/data/git/$PROJECT.git/description |
