@@ -88,7 +88,7 @@ your Git repository which contains the following files:
88
88
disk : 2048
89
89
90
90
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 found on the ` Platform.sh documentation < configure-services > `_.
92
92
93
93
Configure Database Access
94
94
~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -176,6 +176,12 @@ Push your code base to the newly added remote:
176
176
That's it! Your application is being deployed on Platform.sh and you'll soon be
177
177
able to access it in your browser.
178
178
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
+
179
185
Deploy a new Site
180
186
-----------------
181
187
@@ -185,12 +191,13 @@ through the checkout process.
185
191
Once your project is ready, give it a name and choose: **Create a new site **.
186
192
Choose the *Symfony * stack and a starting point such as *Standard *.
187
193
188
- That's it! Your Symfony application will be bootstrapped and deployed. You'll soon
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.
190
196
191
197
.. _`Platform.sh` : https://platform.sh
192
198
.. _`Platform.sh documentation` : https://docs.platform.sh/toolstacks/symfony/symfony-getting-started
193
199
.. _`Platform.sh project` : https://marketplace.commerceguys.com/platform/buy-now
194
200
.. _`Platform.sh configuration files` : https://docs.platform.sh/reference/configuration-files
195
201
.. _`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/
0 commit comments