Updated deploy script to match github repository

This commit is contained in:
Felipe 2013-09-17 15:46:31 +02:00
parent b93544fc58
commit dc54252660
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