diff options
Diffstat (limited to 'tools/deploy.sh')
-rwxr-xr-x | tools/deploy.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/deploy.sh b/tools/deploy.sh index 1fa2e80..e8943ac 100755 --- a/tools/deploy.sh +++ b/tools/deploy.sh @@ -203,6 +203,8 @@ promenade_bundle() { genesis_deploy() { scp bundle/${SITE_NAME}/genesis.sh $GEN_SSH: ssh $GEN_SSH PROMENADE_ENCRYPTION_KEY=$PROMENADE_KEY sudo -E ./genesis.sh + # give some time for shipyard service to be ready to avoid error out during site actions + sleep 60 } create_configdocs() { |