Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ To do so, define a parameter with the same name as the env var using this syntax

.. tip::

Some hosts - like Platform.sh - offer easy `utilities to manage env vars`_
Some hosts - like Upsun - offer easy `utilities to manage env vars`_
in production.

.. note::
Expand Down
4 changes: 2 additions & 2 deletions deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Using Platforms as a Service
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Using a Platform as a Service (PaaS) can be a great way to deploy your Symfony
app quickly. There are many PaaS, but we recommend `Platform.sh`_ as it
app quickly. There are many PaaS, but we recommend `Upsun`_ as it
provides a dedicated Symfony integration and helps fund the Symfony development.

Using Build Scripts and other Tools
Expand Down Expand Up @@ -268,6 +268,6 @@ Learn More
.. _`Symfony plugin`: https://github.com/capistrano/symfony/
.. _`Deployer`: https://deployer.org/
.. _`Git Tagging`: https://git-scm.com/book/en/v2/Git-Basics-Tagging
.. _`Platform.sh`: https://symfony.com/cloud
.. _`Upsun`: https://symfony.com/cloud
.. _`Symfony CLI`: https://symfony.com/download
.. _`symfony/apache-pack`: https://packagist.org/packages/symfony/apache-pack
8 changes: 4 additions & 4 deletions setup/symfony_cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -598,11 +598,11 @@ Symfony Cloud Integration
-------------------------

The Symfony CLI provides seamless integration with `Symfony Cloud`_ (powered by
`Platform.sh`_):
`Upsun`_):

.. code-block:: terminal

# open Platform.sh web UI
# open Upsun web UI
$ symfony cloud:web

# deploy your project to production
Expand Down Expand Up @@ -647,8 +647,8 @@ variables are properly exposed:
.. _`symfony.com/download`: https://symfony.com/download
.. _`Docker`: https://en.wikipedia.org/wiki/Docker_(software)
.. _`Symfony Cloud`: https://symfony.com/cloud/
.. _`Platform.sh`: https://platform.sh/
.. _`Symfony Cloud documentation`: https://docs.platform.sh/frameworks/symfony.html
.. _`Upsun`: https://upsun.com/
.. _`Symfony Cloud documentation`: https://docs.upsun.com/get-started/stacks/symfony/integration.html
.. _`Proxy settings in Windows`: https://www.dummies.com/computers/operating-systems/windows-10/how-to-set-up-a-proxy-in-windows-10/
.. _`Proxy settings in macOS`: https://support.apple.com/guide/mac-help/enter-proxy-server-settings-on-mac-mchlp2591/mac
.. _`Proxy settings in Ubuntu`: https://help.ubuntu.com/stable/ubuntu-help/net-proxy.html.en
Expand Down