Move deployment away from Github to private server
HEADmaster1 files changed, 5 insertions, 0 deletions
|
diff --git a/Makefile b/Makefile index a76e77e..569c133 100644 --- a/ Makefile+++ b/ Makefile |
| @@ -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/ |
|