diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,4 +1,4 @@ | |||
| 1 | DEST="sebastiano@tronto.net:/var/www/htdocs/sebastiano.tronto.net" | 1 | DEST="sebastiano@new.tronto.net:/var/www/new.tronto.net" |
| 2 | RSYNC=$$( (command -V rsync 2>&1 > /dev/null && echo rsync) || echo openrsync) | 2 | RSYNC=$$( (command -V rsync 2>&1 > /dev/null && echo rsync) || echo openrsync) |
| 3 | 3 | ||
| 4 | all: clean | 4 | all: clean |
| @@ -11,6 +11,6 @@ clean: | |||
| 11 | deploy: synchttp | 11 | deploy: synchttp |
| 12 | 12 | ||
| 13 | synchttp: | 13 | synchttp: |
| 14 | ${RSYNC} -rv --delete --rsync-path=openrsync http/ ${DEST} | 14 | ${RSYNC} -rv --delete http/ ${DEST} |
| 15 | 15 | ||
| 16 | .PHONY: all clean deploy synchttp | 16 | .PHONY: all clean deploy synchttp |
