aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoris2019-06-23 21:42:45 +0200
committerJoris2019-06-23 21:42:45 +0200
commit9ec62069677c520161a5b2c15a3c33438e2ec252 (patch)
tree58fb6b4dfec0a71b009c99b605224b2408225bc6 /Makefile
parentca31e0ee11d05b3250aa35db5baa0b155939bbbd (diff)
downloadcooking-9ec62069677c520161a5b2c15a3c33438e2ec252.tar.gz
cooking-9ec62069677c520161a5b2c15a3c33438e2ec252.tar.bz2
cooking-9ec62069677c520161a5b2c15a3c33438e2ec252.zip
Add recipe and deploy to own server
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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'