diff --git a/tests/test_deploy b/tests/test_deploy index eab154ecb..7068346c0 100755 --- a/tests/test_deploy +++ b/tests/test_deploy @@ -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!" \ No newline at end of file