diff options
author | Matthew Lemon <y@yulqen.org> | 2024-03-24 15:01:57 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-03-24 15:01:57 +0000 |
commit | 499e9735e8aee51b53d705bfb570e4fbbcf433ea (patch) | |
tree | 84c9859aeecab21932fe1b1afb96614e4353efb8 | |
parent | fb1b285dff4bb19deaad45a02079406eb00301ae (diff) |
Adds makefile
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..85811a5 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +push: + rsync -avzh . --exclude '.git/' --delete joannalemon.com:/var/www/joannalemon.com/ |