include app name in repo name

This commit is contained in:
Jeff Lindsay
2013-06-23 18:04:33 -07:00
parent 5f1d2c4a3e
commit 02fa55342b

View File

@@ -10,7 +10,7 @@ git config user.email "robot@example.com"
git config user.name "Test Robot"
git add .
git commit -m 'initial commit'
REPO="test-$RANDOM"
REPO="test-$APP-$RANDOM"
git remote add target git@$TARGET:$REPO
git push target master
./check_deploy "$(ssh dokku@$TARGET url $REPO)" && echo "-----> Deploy success!"