mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 09:43:36 +02:00
update deploy setup, now bundler is installed automatically
This commit is contained in:
parent
ce91341fa2
commit
960cc0e195
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ task setup: :environment do
|
||||||
invoke :'git:clone'
|
invoke :'git:clone'
|
||||||
invoke :'deploy:link_shared_paths'
|
invoke :'deploy:link_shared_paths'
|
||||||
to :launch do
|
to :launch do
|
||||||
|
queue! 'gem install bundler'
|
||||||
invoke :'bundle:install'
|
invoke :'bundle:install'
|
||||||
queue %(echo '\n NB! Please edit 'shared/config/database.yml'\n')
|
queue %(echo '\n NB! Please edit 'shared/config/database.yml'\n')
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue