docs: auth in cloud + restructure deployment guides (#14457)

* docs: auth in cloud + restructure deployment guides

* added details about enabling cloud auth

* fix vale errors
This commit is contained in:
Shahed Nasser
2026-01-07 13:51:23 +02:00
committed by GitHub
parent 1bfde8dc57
commit 7161cf1903
9 changed files with 133 additions and 73 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ To update your Medusa application deployed on Cloud:
- If you're using a long-lived environment, Medusa will automatically deploy the changes to the branch's environment.
- If you're using a new branch to create a pull request, open the pull request to the production branch. This will create a preview environment that you can use to test the update before merging it into the production branch.
Then, you can access the environment's [live deployment](../deployments/page.mdx#access-live-deployment) to test the update. You can also use the [build](../logs/page.mdx#view-build-logs) and [runtime](../logs/page.mdx#view-runtime-logs) logs of the environment to debug any issues that occur during the update process or testing.
Then, you can access the environment's [live deployment](../deployments/access/page.mdx) to test the update. You can also use the [build](../logs/page.mdx#view-build-logs) and [runtime](../logs/page.mdx#view-runtime-logs) logs of the environment to debug any issues that occur during the update process or testing.
### Push Update to Production