8000 [Heroku] A few more tweaks to outline the steps by weaverryan · Pull Request #4601 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[Heroku] A few more tweaks to outline the steps #4601

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 15, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Changing to #. format
  • Loading branch information
weaverryan committed Mar 15, 2015
commit 8c7e3b27cbc2017ec8395d4f091af1aefee98d8f
8 changes: 3 additions & 5 deletions cookbook/deployment/heroku.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,11 @@ Deploying your Application on Heroku
Before your first deploy, you need to do just 2 more things, which are explained
below:

1. :ref:`Create a Procfile <heroku-procfile>`
#. :ref:`Create a Procfile <heroku-procfile>`

2. :ref:`Set the Environment to prod <heroku-setting-env-to-prod>`
#. :ref:`Set the Environment to prod <heroku-setting-env-to-prod>`

Then you'll be ready for the last step:

3. :ref:`Push your Code to Heroku <heroku-push-code>`
#. :ref:`Push your Code to Heroku <heroku-push-code>`

.. _heroku-procfile:

Expand Down
0