Updated deploy script

This commit is contained in:
Felipe Martin 2013-08-28 18:48:04 +02:00
parent 7ad3c3e675
commit 34f838adc0
1 changed files with 1 additions and 1 deletions

View File

@ -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