I'm trying to deploy my apps with nanobox, but two last days, script is blocked on "Syncing app over previous deploy..." step.
I try with nanobox deploy myapp -vvv
, after even nanobox implode
.
I try with another apps, but the problem persists. Also, app is working fine and is possible redeploy from dashboard.
Any ideas?
$ nanobox deploy apicultor-20 -vvv
Root privileges are required to start the server. Your system password may be requested...
[sudo] password for pablosk:
Skipping (already running) :
Preparing environment :
Compiling application :
Starting docker container :
Preparing environment for compile :
- Copying ssh keys into the build environment...
- Setting up directories and permissions...
Compiling code :
- Cleaning up any previous releases...
- Copying code...
- Moving build into live code directory...
Deploying app :
Starting docker container :
Uploading :
- Copying ssh keys into the build environment...
- Syncing app...
- Extracting app from previous deploy...
- Syncing app over previous deploy...
This is common "issue". You need just wait.
How prevent the excessive time when you deploy?
.nanoignore
file. You cant test it withrsync --dry-run
.