diff --git a/cookbook/deployment/heroku.rst b/cookbook/deployment/heroku.rst index 3ace25e65f8..5a7b1f1028e 100644 --- a/cookbook/deployment/heroku.rst +++ b/cookbook/deployment/heroku.rst @@ -69,7 +69,7 @@ You are now ready to deploy the application as explained in the next section. Deploying your Application on Heroku ------------------------------------ -Before your first deploy, you need to do just 2 more things, which are explained +Before your first deploy, you need to do just three more things, which are explained below: #. :ref:`Create a Procfile ` @@ -79,6 +79,7 @@ below: #. :ref:`Push your Code to Heroku ` .. _heroku-procfile: +.. _creating-a-procfile: 1) Create a Procfile ~~~~~~~~~~~~~~~~~~~~ @@ -117,6 +118,7 @@ create the ``Procfile`` file and to add it to the repository: 1 file changed, 1 insertion(+) .. _heroku-setting-env-to-prod: +.. _setting-the-prod-environment: 2) Set the Environment to prod ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -140,6 +142,7 @@ variables, you can issue a single command to prepare your app for a deployment: $ heroku config:set SYMFONY_ENV=prod .. _heroku-push-code: +.. _pushing-to-heroku: 3) Push your Code to Heroku ~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -225,4 +228,4 @@ You should be seeing your Symfony application in your browser. .. _`Logplex`: https://devcenter.heroku.com/articles/logplex .. _`verified that the RSA key fingerprint is correct`: https://devcenter.heroku.com/articles/git-repository-ssh-fingerprints .. _`post-install-commands`: https://getcomposer.org/doc/articles/scripts.md -.. _`config vars`: https://devcenter.heroku.com/articles/config-vars \ No newline at end of file +.. _`config vars`: https://devcenter.heroku.com/articles/config-vars