mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
exiting with 7 means could not connect. adding sleep to give container a second to spin up
This commit is contained in:
@@ -13,4 +13,5 @@ git commit -m 'initial commit'
|
||||
REPO="test-$(basename $APP)-$RANDOM"
|
||||
git remote add target git@$TARGET:$REPO
|
||||
git push target master
|
||||
sleep 2
|
||||
./check_deploy "$(ssh dokku@$TARGET url $REPO)" && echo "-----> Deploy success!"
|
||||
Reference in New Issue
Block a user