1 2 3 4 5 6 7 8 9 10 11 12
all: clean ./build.sh clean: mkdir -p http rm -r http deploy: all rsync -rv --delete --rsync-path=openrsync \ http/ tronto.net:/var/www/htdocs/sebastiano.tronto.net .PHONY: all clean deploy
Generated with cgit - Back to sebastiano.tronto.net