From 9ec62069677c520161a5b2c15a3c33438e2ec252 Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 23 Jun 2019 21:42:45 +0200 Subject: Add recipe and deploy to own server --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2ab6ba2..9a926ec 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,10 @@ build: @stack build @stack exec cooking build +deploy: + @make build + @stack exec cooking deploy + watch: @nodemon --watch src -e hs --exec 'make watch-command --silent' -- cgit v1.2.3