|
3 | 3 | > [!IMPORTANT] |
4 | 4 | > A quick Public Service Announcement before we start … please remember that you can’t just delete already committed sensitive data and make the repository public: that sensitive data will still be visible in the commit history! You knew this, right?! If you need to remove committed sensitive data, [GitHub has guidance on this](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository). |
5 | 5 |
|
| 6 | +## Steps To Follow |
| 7 | + |
6 | 8 | 1. Switch on the Umbraco CI/CD Flow for the site in the Umbraco Cloud Portal: |
7 | 9 |
|
8 | 10 | - Configuration > Advanced > Umbraco CI/CD Flow - toggle to Activate |
@@ -95,15 +97,15 @@ We're using the Umbraco Deploy Import and Export features for this. There are in |
95 | 97 |
|
96 | 98 | ## Version Upgrades |
97 | 99 |
|
98 | | -You can configure Cloud to not do minor version updates automatically. Patch updates however will always be done automatically. If this happens your next deployment would fail as your Umbraco version is out of sync. The solution to this is to manually update your working repository to use the latest packages, test locally (of course!) and try another deployment. |
| 100 | +You can configure Cloud to NOT automatically do minor version updates. Patch updates however will always be done automatically. If this happens your next deployment would fail as your Umbraco version is out of sync. The solution to this is to manually update your working repository to use the latest packages, test locally (of course!) and try another deployment. |
99 | 101 |
|
100 | 102 | > [!NOTE] |
101 | | -> If you change the configuration of your environments via the Umbraco Cloud portal, Cloud will automatically update and commit those changes to the `umbraco-cloud.json` file. You must update your GitHub `UMBRACO_CLOUD_JSON` secret with the new value, otherwise future deployments will break! |
| 103 | +> If you change the configuration of your environments via the Umbraco Cloud portal, Cloud will automatically update and commit those changes to the `umbraco-cloud.json` file. You must update your GitHub `UMBRACO_CLOUD_JSON` secret value with the updated contents of that file, otherwise future deployments will break! |
102 | 104 |
|
103 | 105 | ## A Final Disclaimer! |
104 | 106 |
|
105 | | -The above all worked on my machine, your mileage may vary… |
| 107 | +The above all worked on our machines, your mileage may vary… |
106 | 108 |
|
107 | 109 | As we are asking the community for feedback on this approach, things might have changed a bit since these instructions were posted. We’ll endeavour to keep them up-to-date as we go! Please raise an issue here if anything isn't clear or not working for you. |
108 | 110 |
|
109 | | -If you want to message us about any of this, why not post a message in the \#contact-devrel channel in the [Umbraco Discord server](https://discord.umbraco.com) . We’ll see it! |
| 111 | +If you want to message us about any of this, why not post a message in the \#contact-devrel channel in the [Umbraco Discord server](https://discord.umbraco.com). Or if you'd prefer, you can send us a message via https://umbra.co/contact-devrel. |
0 commit comments