From 286d84524c6dc6022f79e9a632db934877ee1e0b Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Mon, 20 Oct 2014 23:35:43 -0400 Subject: [PATCH] Branch for deploy. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 32f87e1..82c52d3 100644 --- a/Makefile +++ b/Makefile @@ -63,6 +63,6 @@ deploy-with-assets: media/js/src/pro.js \ > media/js/pro-all.min.js /Users/Nick/.virtualenvs/snipt/bin/python manage.py collectstatic --noinput - @git push heroku heroku:master + @git push heroku .PHONY: deploy, deploy-with-assets