mattbrictson / tomo

A friendly CLI for deploying Rails apps ✨

Home Page:https://tomo.mattbrictson.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make it clearer that tomo cannot deploy 2 apps to the same user account

mattbrictson opened this issue · comments

Tomo is intentionally limited to deploying a single app per deploy user. However this limitation is not clearly apparent until you've gone through the trouble of deploying a second app and start seeing odd behavior. E.g. #137.

How might tomo make this limitation clearer? Could it print a warning when you run tomo setup for the 2nd app, for example?

$ tomo setup
ERROR: A different app (my-app-name) has been detected on deployer@app.example.com.
Tomo requires each app be deployed via a separate user. Refer to the FAQ for details.
https://github.com/mattbrictson/tomo#faq