tomo examples for non-Rails projects #457
Unanswered
jiggneshhgohel
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
How do I use tomo for a Rack application which is not built using Rails? For e.g I have an application built on Hanami. I want to automate its deployment to a VPS and for that I was exploring Capistrano alternatives and I came across tomo. Comparing the DSL and number of files involved with Capistrano, I found tomo very promising but I could find only examples for deploying a Rails app though following is mentioned in the introduction at https://tomo.mattbrictson.com/
So why there are no examples for non-Rails projects?
Also I have an unusual need wherein my repository is git-based but available only on local development machine. I haven't pushed it to cloud repo platforms like Github and I don't also intend to do that. So is there a provision in tomo for deploying a local git repo directly to my VPS?
And for managing Rubies and Gems I prefer rvm. So is there a provision in tomo for using it instead of rbenv?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions