@@ -88,7 +88,7 @@ your Git repository which contains the following files:
8888disk :2048
8989
9090 An example of these configurations can be found on `GitHub `_. The list of
91- available services can be found` here `_.
91+ available services can be foundon the ` Platform.sh documentation < configure-services > `_.
9292
9393Configure Database Access
9494~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -176,6 +176,12 @@ Push your code base to the newly added remote:
176176 That's it! Your application is being deployed on Platform.sh and you'll soon be
177177able to access it in your browser.
178178
179+ Every code change that you do from now on will be pushed to Git in order to
180+ redeploy your environment on Platform.sh.
181+
182+ More information about migrating your database and files can be found on the
183+ `Platform.sh documentation <migrate-existing-site >`_
184+
179185Deploy a new Site
180186-----------------
181187
@@ -185,12 +191,13 @@ through the checkout process.
185191Once your project is ready, give it a name and choose: **Create a new site **.
186192Choose the *Symfony * stack and a starting point such as *Standard *.
187193
188- That's it! Your Symfony application will be bootstrapped and deployed. You'llsoon
189- be able to see it in your browser.
194+ That's it! Your Symfony application will be bootstrapped and deployed. You'll
195+ soon be able to see it in your browser.
190196
191197.. _`Platform.sh` :https://platform.sh
192198.. _`Platform.sh documentation` :https://docs.platform.sh/toolstacks/symfony/symfony-getting-started
193199.. _`Platform.sh project` :https://marketplace.commerceguys.com/platform/buy-now
194200.. _`Platform.sh configuration files` :https://docs.platform.sh/reference/configuration-files
195201.. _`GitHub` :https://github.com/platformsh/platformsh-examples
196- .. _`here` :https://docs.platform.sh/reference/configuration-files/#configure-services
202+ .. _`configure-services` :https://docs.platform.sh/reference/configuration-files/#configure-services
203+ .. _`migrate-existing-site` :https://docs.platform.sh/toolstacks/symfony/migrate-existing-site/