diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -48,7 +48,6 @@ serve_only: build_only | |||
| 48 | serve: watch serve_only | 48 | serve: watch serve_only |
| 49 | 49 | ||
| 50 | deploy: build | 50 | deploy: build |
| 51 | @echo -e "\033[0;32m[DEPLOY ]\033[0m volpeon.ink" | 51 | @scripts/deploy.sh |
| 52 | @rsync --progress --stats -avz --delete output/ vulpes@94.130.78.123:/srv/http/volpeon.ink/ | ||
| 53 | 52 | ||
| 54 | .PHONY: all clean build watch serve deploy | 53 | .PHONY: all clean build watch serve deploy |
