Hi all,

I am using the `set :linked_files` to set a file I want symlinked into 
every release, however the file that needs to be linked is uploaded in the 
course of the deployment.

However, when doing a cold deploy, it appears that the `linked_files` are 
being symlinked before the files are being uploaded.

So, I am wondering what the best time is to be uploading these files to the 
server? At the moment I am using the `after :'deploy:starting'` hook, but 
that doesn't seem to be early enough, however it feels to me like I can't 
do it before then either because the directory structure will not have been 
created.

Any suggestions are very welcome!

Cheers,
Chiel.

-- 
You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to capistrano+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/capistrano/ceb7af15-f7d8-4120-9c76-014766b991a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to