Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseshieh committed Jan 27, 2021
1 parent 8fe6499 commit 015d8b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/source/getting-started-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -180,14 +180,14 @@ The default Elixir version is defined `here <https://github.com/HashNuke/heroku-

.. code-block:: bash
echo "elixir_version=1.10.3" > elixir_buildpack.config
echo "erlang_version=22.3" >> elixir_buildpack.config
echo "elixir_version=1.11.3" > elixir_buildpack.config
echo "erlang_version=23.2" >> elixir_buildpack.config
Same for nodejs

.. code-block:: bash
echo "node_version=12.16.3" > phoenix_static_buildpack.config
echo "node_version=14.15.4" > phoenix_static_buildpack.config
Don't forget to commit

Expand Down
2 changes: 1 addition & 1 deletion docs/source/modify-app/distillery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ and building a Distillery release locally

.. code-block:: bash
MIX_ENV=prod mix distillery.release --env=prod
SECRET_KEY_BASE="$(mix phx.gen.secret)" MIX_ENV=prod DATABASE_URL="postgresql://user:pass@localhost:5432/foo" mix distillery.release --env=prod
# if you are running distillery below 2.1, you'll want to run this instead: MIX_ENV=prod mix release --env=prod
and running it locally
Expand Down

0 comments on commit 015d8b8

Please sign in to comment.