5
5

More than 5 years have passed since last update.

rakeのタスクを実行する際にenviromentsを指定する

Posted at

よく忘れるのでメモ。コマンドのオプションとかではなく環境変数RAILS_ENVを設定することで出来る

ex) productionで実行する
export RAILS_ENV=production; rake hogefug…
5
5
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
5