From 34f838adc03f8d7503a7c83c18b46e5c32ab5420 Mon Sep 17 00:00:00 2001 From: Felipe Martin Date: Wed, 28 Aug 2013 18:48:04 +0200 Subject: [PATCH] Updated deploy script --- config/production/deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/production/deploy.py b/config/production/deploy.py index e84ad6c..63a0eaf 100644 --- a/config/production/deploy.py +++ b/config/production/deploy.py @@ -7,7 +7,7 @@ from shutil import copytree # Config APP_DIRECTORY = './app' -GIT_REPOSITORY = 'git@bitbucket.org:fmartingr/minecraftcodex.git' +GIT_REPOSITORY = 'git@github.com:fmartingr/minecraftcodex.git' GIT_DOWNLOAD_DIR = './src' GIT_APP_PATH = 'minecraftcodex' GIT_PATH_THIS = '%s/config/production/deploy.py' % GIT_DOWNLOAD_DIR