Closed DFurnes closed 9 years ago
The last few deploys to Cats Gone Good have failed… it looks like they're trying to symlink the images directory and things are just exploding because the directory already exists.
images
Here's an example failed deploy.
failed: "/bin/bash -c 'ln -nfs /var/www/catsgg/shared/images /var/www/catsgg/releases/20151111162313/public'" on catsgg
And I just realized why that is –– it's copying the images directory that gets created when running tests during the build step. Hmmmm. :confused:
The last few deploys to Cats Gone Good have failed… it looks like they're trying to symlink the
images
directory and things are just exploding because the directory already exists.Here's an example failed deploy.