@@ -69,7 +69,7 @@ You are now ready to deploy the application as explained in the next section.
69
69
Deploying your Application on Heroku
70
70
------------------------------------
71
71
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
73
73
below:
74
74
75
75
#. :ref: `Create a Procfile <heroku-procfile >`
79
79
#. :ref: `Push your Code to Heroku <heroku-push-code >`
80
80
81
81
.. _heroku-procfile :
82
+ .. _creating-a-procfile :
82
83
83
84
1) Create a Procfile
84
85
~~~~~~~~~~~~~~~~~~~~
@@ -117,6 +118,7 @@ create the ``Procfile`` file and to add it to the repository:
117
118
1 file changed, 1 insertion(+)
118
119
119
120
.. _heroku-setting-env-to-prod :
121
+ .. _setting-the-prod-environment :
120
122
121
123
2) Set the Environment to prod
122
124
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -140,6 +142,7 @@ variables, you can issue a single command to prepare your app for a deployment:
140
142
$ heroku config:set SYMFONY_ENV=prod
141
143
142
144
.. _heroku-push-code :
145
+ .. _pushing-to-heroku :
143
146
144
147
3) Push your Code to Heroku
145
148
~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -225,4 +228,4 @@ You should be seeing your Symfony application in your browser.
225
228
.. _`Logplex` : https://devcenter.heroku.com/articles/logplex
226
229
.. _`verified that the RSA key fingerprint is correct` : https://devcenter.heroku.com/articles/git-repository-ssh-fingerprints
227
230
.. _`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