Why are these things failing on my Bedrock Cap deploy?

Hi all,

I seem to have everything working for my deploy except when I run it I get the following failures:

DEBUG[8b43c06f] Command: [ -L /home/mysite/public_html/staging.mysite.com/releases/20150304201841/.env ]
DEBUG[8b43c06f] Finished in 0.173 seconds with exit status 1 (failed).
DEBUG[7f8dbc67] Running /usr/bin/env [ -f /home/mysite/public_html/staging.mysite.com/releases/20150304201841/.env ] on staging.mysite.com
DEBUG[7f8dbc67] Command: [ -f /home/mysite/public_html/staging.mysite.com/releases/20150304201841/.env ]
DEBUG[7f8dbc67] Finished in 0.162 seconds with exit status 1 (failed).

and

DEBUG[0978bdaf] Running /usr/bin/env [ -L /home/mysite/public_html/staging.mysite.com/releases/20150304201841/web/.htaccess ] on staging.heyyyyyy.com
DEBUG[0978bdaf] Command: [ -L /home/mysite/public_html/staging.mysite.com/releases/20150304201841/web/.htaccess ]
DEBUG[0978bdaf] Finished in 0.175 seconds with exit status 1 (failed).
DEBUG[4d6962ab] Running /usr/bin/env [ -f /home/mysite/public_html/staging.mysite.com/releases/20150304201841/web/.htaccess ] on staging.mysite.com
DEBUG[4d6962ab] Command: [ -f /home/mysite/public_html/staging.mysite.com/releases/20150304201841/web/.htaccess ]
DEBUG[4d6962ab] Finished in 0.160 seconds with exit status 1 (failed).

and

DEBUG[9ec03a9b] Running /usr/bin/env [ -L /home/mysite/public_html/staging.mysite.com/releases/20150304201841/web/app/uploads ] on staging.heyyyyyy.com
DEBUG[9ec03a9b] Command: [ -L /home/mysite/public_html/staging.mysite.com/releases/20150304201841/web/app/uploads ]
DEBUG[9ec03a9b] Finished in 0.165 seconds with exit status 1 (failed).

Everything else is successful. Anyone have any idea what is causing this and how to fix? It’s tough to be so close to the finish line on this.

I’m also experiencing similar issues with my deploy. Basically, the files in my shared uploads directory are not being copied over to the server.

DEBUG [d7b2ffc8] Finished in 0.050 seconds with exit status 1 (failed).
DEBUG [1c34aeb5] Running /usr/bin/env [ -f /srv/www/example123.com/releases/20150311162721/.env ] as deploy@example123.com
DEBUG [1c34aeb5] Command: [ -f /srv/www/example123.com/releases/20150311162721/.env ]
DEBUG [1c34aeb5] Finished in 0.046 seconds with exit status 1 (failed).

DEBUG [19b3f21e] Command: [ -L /srv/www/example123.com/releases/20150311162721/web/app/uploads ]
DEBUG [19b3f21e] Finished in 0.043 seconds with exit status 1 (failed).

Agreed => “It’s tough to be so close to the finish line on this.”

Thanks in advance!

Did anyone find a fix to this?