ugh, that line wasn't even necessary

This commit is contained in:
Jeff Lindsay
2013-06-23 03:54:18 -07:00
parent c5ebc4a5dc
commit 4bd8331ee2

View File

@@ -12,6 +12,5 @@ git add .
git commit -m 'initial commit'
REPO="test-$RANDOM"
git remote add target git@$TARGET:$REPO
URL_FILE=$(mktemp -t url)
git push target master
./check_deploy "$(ssh dokku@$TARGET url $REPO)" && echo "-----> Deploy success!"