From 58871ea03e1174ebc99c50be7e5c43f658ea6ece Mon Sep 17 00:00:00 2001 From: void <v0id@riseup.net> Date: Mon, 9 Sep 2019 17:53:15 -0300 Subject: [PATCH] Makefile --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..05b163e --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +all: push build deploy + +push: + git push + +build: + JEKYLL_ENV=production jekyll build + +deploy: + rsync -rvzP _site/ root@partidopirata.com.ar:/srv/http/ewwlo.void.partidopirata.com.ar -- GitLab