iron_worker_ruby_ng icon indicating copy to clipboard operation
iron_worker_ruby_ng copied to clipboard

Treat Symlinks as files for uploading

Open fred opened this issue 11 years ago • 2 comments

Hi, how difficult would it be to allow iron_worker uploading of actual files if they are soft-linked ?

for example I have a repository with 2 folders: 'web' and 'crawler' the crawler app is just a ruby app and it takes some files from the web rails application.

cheers.

fred avatar May 05 '14 13:05 fred

You can just put the path to whichever file you want in your .worker file. eg:

file '../web/myfile.rb'

treeder avatar May 05 '14 15:05 treeder

that's a good idea. thanks @treeder I will try that.

fred avatar May 06 '14 14:05 fred