diff options
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -27,4 +27,7 @@ serve_only: build | |||
| 27 | 27 | ||
| 28 | serve: watch serve_only | 28 | serve: watch serve_only |
| 29 | 29 | ||
| 30 | .PHONY: all build watch serve | 30 | deploy: build |
| 31 | @rsync --progress --stats -avz --delete dist/ vulpes@94.130.78.123:/srv/http/volpeon.ink/ | ||
| 32 | |||
| 33 | .PHONY: all clean build watch serve deploy | ||
