diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | Makefile | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4e76d03 --- /dev/null +++ b/.gitignore | |||
| @@ -0,0 +1 @@ | |||
| http | |||
| @@ -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 | ||
