• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision0e8403bf5d8ffd7e450f70babc23ba1787cc38fd (tree)
Time2017-07-27 00:53:58
AuthorHMML <hmml3939@gmai...>
CommiterHMML

Log Message

Update deploy setting to swtich to mysql and override BUNDLE_BIN...

Change Summary

Incremental Difference

--- a/config/deploy/docker.rb
+++ b/config/deploy/docker.rb
@@ -6,7 +6,8 @@ set :repo_url, '/src'
66 fetch(:default_env).merge!(rails_env: :production,
77 RAILS_SERVE_STATIC_FILES: 1,
88 SECRET_KEY_BASE: 'dummy', DEVISE_SECRET_KEY: 'dummy',
9- DATABASE_URL: 'postgresql://0/must-be-overrided'
9+ DATABASE_URL: 'postgresql://0/must-be-overrided',
10+ BUNDLE_BIN: '/app/shared/bundle/ruby/2.3.0/bin',
1011 )
1112
1213 fetch(:linked_dirs, []).clear