-
Notifications
You must be signed in to change notification settings - Fork 489
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
mina deploy Could not locate Gemfile #552
Comments
i need to see your |
Thank you for your reply. This is my deploy.rb. require 'mina/multistage' set :branch, :master set :user, 'lalala' set :keep_releases, 5 desc 'Set up environment.' desc 'Prepare for deployment.' ['config/database.yml', 'config/secrets.yml', "config/settings.yml", "config/unicorn.rb"].each do |file| end |
You have unconventional git setup. you would have to override https://github.com/mina-deploy/mina/blob/master/data/deploy.sh.erb and create your own... But i would suggest creating a new repo without extra folders in the root dir :) |
I run mina deploy, but i get this error. How can i setting,please?
Could not locate Gemfile
!ERROR: Deploy failed.
I guess about set :repository, ssh://[email protected]/lalala/rungo.git
github rungo folder below two project, repository setting in here.
I think copy Gemfile to rungo/Gemfile is good, but i hope rungo below not Gemfile.
The text was updated successfully, but these errors were encountered: