diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-08-30 16:58:07 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-08-30 16:58:07 +0200 |
| commit | d3f0841cfdd229ff16b8a230117737a435fc7a56 (patch) | |
| tree | 37b2fc040f0a8b72cb0590a5fb1a035c8f6344cc /Makefile | |
| parent | 12830ecc2770cf63042f35e208899efabff6fd44 (diff) | |
| download | sebastiano.tronto.net-d3f0841cfdd229ff16b8a230117737a435fc7a56.tar.gz sebastiano.tronto.net-d3f0841cfdd229ff16b8a230117737a435fc7a56.zip | |
Remove 'hosted at'
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 |
