Skip to content

Commit c19598a

Browse files
committed
minor #5101 [Cookbook][Deployment] some tweaks to #4601 (xabbuh)
This PR was merged into the 2.3 branch. Discussion ---------- [Cookbook][Deployment] some tweaks to #4601 | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | #4601 * fixing a number (there are three items, not only two) * add labels for old anchors for BC Commits ------- a90def1 some tweaks to #4601
2 parents 7e669c1 + a90def1 commit c19598a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: cookbook/deployment/heroku.rst

+5-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ You are now ready to deploy the application as explained in the next section.
6969
Deploying your Application on Heroku
7070
------------------------------------
7171

72-
Before your first deploy, you need to do just 2 more things, which are explained
72+
Before your first deploy, you need to do just three more things, which are explained
7373
below:
7474

7575
#. :ref:`Create a Procfile <heroku-procfile>`
@@ -79,6 +79,7 @@ below:
7979
#. :ref:`Push your Code to Heroku <heroku-push-code>`
8080

8181
.. _heroku-procfile:
82+
.. _creating-a-procfile:
8283

8384
1) Create a Procfile
8485
~~~~~~~~~~~~~~~~~~~~
@@ -117,6 +118,7 @@ create the ``Procfile`` file and to add it to the repository:
117118
1 file changed, 1 insertion(+)
118119
119120
.. _heroku-setting-env-to-prod:
121+
.. _setting-the-prod-environment:
120122

121123
2) Set the Environment to prod
122124
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -140,6 +142,7 @@ variables, you can issue a single command to prepare your app for a deployment:
140142
$ heroku config:set SYMFONY_ENV=prod
141143
142144
.. _heroku-push-code:
145+
.. _pushing-to-heroku:
143146

144147
3) Push your Code to Heroku
145148
~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -225,4 +228,4 @@ You should be seeing your Symfony application in your browser.
225228
.. _`Logplex`: https://devcenter.heroku.com/articles/logplex
226229
.. _`verified that the RSA key fingerprint is correct`: https://devcenter.heroku.com/articles/git-repository-ssh-fingerprints
227230
.. _`post-install-commands`: https://getcomposer.org/doc/articles/scripts.md
228-
.. _`config vars`: https://devcenter.heroku.com/articles/config-vars
231+
.. _`config vars`: https://devcenter.heroku.com/articles/config-vars

0 commit comments

Comments
 (0)