mirror of
https://github.com/dokku/dokku.git
synced 2025-12-28 16:06:40 +01:00
ugh, that line wasn't even necessary
This commit is contained in:
@@ -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!"
|
||||
Reference in New Issue
Block a user