From 708382ef944f27ca910951dbfa0fee29b9b46ac4 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 29 Sep 2011 01:29:46 -0400 Subject: [PATCH] force it! --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9626ebf..c14051a 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ deploy: git push heroku master stage: - git push heroku-staging master + git push heroku-staging master --force run: html foreman start \ No newline at end of file