Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Treat Symlinks as files for uploading #180

Open
fred opened this issue May 5, 2014 · 2 comments
Open

Treat Symlinks as files for uploading #180

fred opened this issue May 5, 2014 · 2 comments

Comments

@fred
Copy link

fred commented May 5, 2014

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.

@treeder
Copy link
Contributor

treeder commented May 5, 2014

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

file '../web/myfile.rb'

@fred
Copy link
Author

fred commented May 6, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants