Remove mention of DEPLOY_BRANCH which is not actually used anywhere
This commit is contained in:
@@ -102,7 +102,7 @@ git_clone pillar $STAGING_BRANCH $PILLAR_DIR
|
|||||||
git_clone attract $STAGING_BRANCH $ATTRACT_DIR
|
git_clone attract $STAGING_BRANCH $ATTRACT_DIR
|
||||||
git_clone flamenco $STAGING_BRANCH $FLAMENCO_DIR
|
git_clone flamenco $STAGING_BRANCH $FLAMENCO_DIR
|
||||||
git_clone pillar-svnman $STAGING_BRANCH $SVNMAN_DIR
|
git_clone pillar-svnman $STAGING_BRANCH $SVNMAN_DIR
|
||||||
git_clone blender-cloud $DEPLOY_BRANCH $ROOT
|
git_clone blender-cloud $STAGING_BRANCH $ROOT
|
||||||
|
|
||||||
# Gulp everywhere
|
# Gulp everywhere
|
||||||
GULP=$ROOT/node_modules/.bin/gulp
|
GULP=$ROOT/node_modules/.bin/gulp
|
||||||
|
@@ -35,5 +35,5 @@ For `xxx` there are:
|
|||||||
|
|
||||||
## Hacking Stuff
|
## Hacking Stuff
|
||||||
|
|
||||||
To deploy another branch than `production`, do `export DEPLOY_BRANCH=otherbranch` before starting
|
To deploy another branch than `production`, do `export STAGING_BRANCH=otherbranch` before starting
|
||||||
the above commands.
|
the above commands.
|
||||||
|
Reference in New Issue
Block a user