Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2c9194a

Browse filesBrowse files
javiereguiluzweaverryan
authored andcommitted
Fixed som RST syntax errors
1 parent 51520e5 commit 2c9194a
Copy full SHA for 2c9194a

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎cookbook/deployment/heroku.rst

Copy file name to clipboardExpand all lines: cookbook/deployment/heroku.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ applications. However, two special circumstances apply to Symfony applications:
9595
Create a new file called ``Procfile`` (without any extension) at the root
9696
directory of the application and add just the following content:
9797

98-
.. code-block::
98+
.. code-block:: text
9999
100100
web: bin/heroku-php-apache2 web/
101101
@@ -116,7 +116,7 @@ Pushing to Heroku
116116
Next up, it's finally time to deploy your application to Heroku. If you are
117117
doing this for the very first time, you may see a message such as the following:
118118

119-
.. code-block:
119+
.. code-block:: bash
120120
121121
The authenticity of host 'heroku.com (50.19.85.132)' can't be established.
122122
RSA key fingerprint is 8b:48:5e:67:0e:c9:16:47:32:f2:87:0c:1f:c8:60:ad.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.