mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
sleep for 5 to give nginx a moment to reload before we hit it and quit it. closes #1438
This commit is contained in:
@@ -17,6 +17,7 @@ deploy_app_tar() {
|
||||
cd $TMP
|
||||
shift 1
|
||||
tar c . $* | ssh dokku@dokku.me tar:in $TEST_APP || destroy_app $?
|
||||
sleep 5 # nginx needs some time to itself...
|
||||
}
|
||||
|
||||
@test "(tar) non-tarbomb deploy using tar:in" {
|
||||
|
||||
Reference in New Issue
Block a user