You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm in a rails 3 project and I added a lib/inploy/template/my_template.rb file, if I run the rake tasks it works, but if I try to fire the "inploy update" command it says:
deploy.rb:36:in `configure_from'
...
no such file to load -- inploy/templates/my_template.rb (LoadError)
Is this a not yet implemented feature, a bug or I'm doing something wrong? where should I place my custom templates and servers?
The text was updated successfully, but these errors were encountered:
No, in the comment I had a typo, the actual path is lib/inploy/templates/my_template.rb, so I have my template in the path you said is the right one, besides, the actual name of my template is a one-word name like abc.rb, the modules inside the template are:
I'm in a rails 3 project and I added a lib/inploy/template/my_template.rb file, if I run the rake tasks it works, but if I try to fire the "inploy update" command it says:
Is this a not yet implemented feature, a bug or I'm doing something wrong? where should I place my custom templates and servers?
The text was updated successfully, but these errors were encountered: