diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -3,8 +3,9 @@ all: push | |||
| 3 | 3 | ||
| 4 | push: | 4 | push: |
| 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 | ||
| 9 | index: push | 10 | index: 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 |
