aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-05-07 22:17:35 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2023-05-07 22:17:35 +0200
commitfbea748c39fdc346612e7b4f18d3518f55cc8424 (patch)
tree89554aaf9223a587adc4ed7e3303417c6c81dcca /Makefile
parent6ed532078680a6735811aa40a3b41c2a77c0da42 (diff)
downloadgit-hooks-fbea748c39fdc346612e7b4f18d3518f55cc8424.tar.gz
git-hooks-fbea748c39fdc346612e7b4f18d3518f55cc8424.zip
Fixes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0472ee4..8dc9a8f 100644
--- a/Makefile
+++ b/Makefile
@@ -3,8 +3,9 @@ all: push
3 3
4push: 4push:
5 ssh git@tronto.net mkdir -p BIN FILES 5 ssh git@tronto.net mkdir -p BIN FILES
6 scp post-receive-stagit git@tronto.net:BIN/ 6 scp post-receive-stagit copy-hook git@tronto.net:BIN/
7 scp bottom.html favicon.png logo.png style.css git@tronto.net:FILES/ 7 scp bottom.html favicon.png logo.png style.css git@tronto.net:FILES/
8 ssh git@tronto.net /home/git/BIN/copy-hook
8 9
9index: push 10index: push
10 ssh git@tronto.net /home/git/BIN/post-receive-stagit index 11 ssh git@tronto.net /home/git/BIN/post-receive-stagit index

Generated with cgit - Back to sebastiano.tronto.net