From acb63ba27ef4d4a484817b2243af7dd3308b167f Mon Sep 17 00:00:00 2001 From: Rafael Caricio Date: Sat, 30 Jul 2011 06:14:40 -0300 Subject: [PATCH] Deploy defaults using the primary version. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 996042f..59d3611 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ db: @cd myimgat/ && python manage.py syncdb deploy: - @cd myimgat/ && gondor deploy prod master + @cd myimgat/ && gondor deploy primary master test: @env PYTHONPATH=. python myimgat/manage.py test