Skip to content

Instantly share code, notes, and snippets.

@donchan922
Last active May 27, 2020 21:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save donchan922/59dba0a776ec0b594c50ea0460ec47e6 to your computer and use it in GitHub Desktop.
Save donchan922/59dba0a776ec0b594c50ea0460ec47e6 to your computer and use it in GitHub Desktop.
$ heroku config:set 環境変数名=値 --app アプリ名
# 複数の環境変数をまとめて設定することもできます
$ heroku config:set 環境変数名=値 環境変数名=値 環境変数名=値 --app アプリ名
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment