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

deploy_to does not expand path #174

Closed
greatghoul opened this issue Mar 27, 2014 · 1 comment
Closed

deploy_to does not expand path #174

greatghoul opened this issue Mar 27, 2014 · 1 comment

Comments

@greatghoul
Copy link

Not work

set :deploy_to, "~/applications/jsj-crm"

Works:

set :deploy_to, "/home/#{user}/applications/jsj-crm"
@d4be4st
Copy link
Member

d4be4st commented Jul 5, 2015

because mina doesn't use ssh interactively. You never really go to home directory of a user.
You need to user absolute paths
Sorry

@d4be4st d4be4st closed this as completed Jul 5, 2015
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