diff options
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -32,3 +32,8 @@ update-fossil: # Update Fossil projects | |||
| 32 | 32 | ||
| 33 | update-github: # Update GitHub projects | 33 | update-github: # Update GitHub projects |
| 34 | cd tools && python github-projects.py | 34 | cd tools && python github-projects.py |
| 35 | |||
| 36 | deploy: | ||
| 37 | -rm public/ | ||
| 38 | jbmafp --build | ||
| 39 | rsync -avz --delete --progress ./public/ web@mitjafelicijan.com:/home/web/htdocs/ | ||
