Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseshieh committed Sep 11, 2021
1 parent e4f4bcc commit 7acd93e
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions docs/source/getting-started-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,14 @@ Same for nodejs
echo "node_version=14.15.4" > phoenix_static_buildpack.config
If you are using Phoenix v1.6, there is also a `mix assets.deploy` alias in your `mix.exs` that you want to invoke after installing assets. To do this, make sure you have something like this in your `assets/package.json` file.
Don't forget to commit

.. code-block:: bash
git add elixir_buildpack.config phoenix_static_buildpack.config
git commit -m "set elixir, erlang, and node version"
If you are using Phoenix v1.6, there is also a :bash:`mix assets.deploy` alias in your :bash:`mix.exs` that you want to invoke after installing assets. To do this, make sure you have this in your :bash:`assets/package.json` file.

.. code-block:: bash
Expand All @@ -203,8 +210,9 @@ Don't forget to commit

.. code-block:: bash
git add elixir_buildpack.config phoenix_static_buildpack.config
git commit -m "set elixir, erlang, and node version"
git add assets/package.json
git commit -m "assets deploy script"
Provision a Database
--------------------
Expand Down

0 comments on commit 7acd93e

Please sign in to comment.