From e100ed97410b5a0e1c4b2f9c9632ee72616a0849 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Fri, 18 Jun 2010 16:07:58 +0200 Subject: [PATCH] deploy is a phony target --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 069e26f4..56ad862b 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,4 @@ +.PHONY: deploy + deploy: ssh pocoo.org "cd /var/www/flask.pocoo.org/website; sudo -u team git pull origin && sudo /etc/init.d/apache2 reload"