diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-20 19:02:55 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-20 19:02:55 +0100 |
| commit | d3b9d358e474dc1edb7fa7c04e3a097bca01bb38 (patch) | |
| tree | 81912f68d58a8da4b7cd875a602ff7d6ec7ef0ec /Makefile | |
| parent | f352485329b88c7c2c5c9a94634de8c143e1605c (diff) | |
| download | sebastiano.tronto.net-d3b9d358e474dc1edb7fa7c04e3a097bca01bb38.tar.gz sebastiano.tronto.net-d3b9d358e474dc1edb7fa7c04e3a097bca01bb38.zip | |
Small fix + added gitignore
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -2,9 +2,10 @@ all: clean | |||
| 2 | ./build.sh | 2 | ./build.sh |
| 3 | 3 | ||
| 4 | clean: | 4 | clean: |
| 5 | mkdir -p http | ||
| 5 | rm -r http | 6 | rm -r http |
| 6 | 7 | ||
| 7 | deploy: | 8 | deploy: all |
| 8 | rsync -rv --delete --rsync-path=openrsync \ | 9 | rsync -rv --delete --rsync-path=openrsync \ |
| 9 | http/ tronto.net:/var/www/htdocs/sebastiano.tronto.net | 10 | http/ tronto.net:/var/www/htdocs/sebastiano.tronto.net |
| 10 | 11 | ||
