@@ -69,7 +69,7 @@ You are now ready to deploy the application as explained in the next section.
6969Deploying 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
7373below:
7474
7575#. :ref: `Create a Procfile <heroku-procfile >`
7979#. :ref: `Push your Code to Heroku <heroku-push-code >`
8080
8181.. _heroku-procfile :
82+ .. _creating-a-procfile :
8283
83841) 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
1211232) 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
1441473) 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