docs: added cloud deployments guide (#12755)
* docs: added cloud deployments guide * fixes * fixes * fixes
This commit is contained in:
@@ -120,25 +120,15 @@ After adding the environment variables, you need to redeploy the environment for
|
||||
|
||||

|
||||
|
||||
Then, wait for the deployment to finish. You can check its status in the "Deployments" section. Once it's deployed, you can [access the Medusa Admin](#access-medusa-admin).
|
||||
Then, wait for the deployment to finish. You can check its status in the "Deployments" section. Once it's deployed, you can [access the environment](#access-deployed-environment) using its URL.
|
||||
|
||||
---
|
||||
|
||||
## Access Medusa Admin
|
||||
## Access Deployed Environment
|
||||
|
||||
To access the Medusa Admin of an environment, click on the environment's URL in the environment's card or [dashboard](#open-environment-dashboard).
|
||||
Once an environment is deployed, you can access it through its URL.
|
||||
|
||||
You can then login using the email and password [set in the environment variables](#create-medusa-admin-user-in-environment).
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
## Access Environment Server through SSH
|
||||
|
||||
Cloud doesn't support SSH access to the server instance of an environment. However, you can still access the server's [runtime and build logs](#) to debug issues in your application.
|
||||
|
||||
If this isn't sufficient for your use case, you can [contact support](#) to discuss alternatives.
|
||||
Learn more about how to access an environment's deployment in the [Deployments](../deployments/page.mdx#access-live-deployment) guide.
|
||||
|
||||
---
|
||||
|
||||
@@ -314,7 +304,15 @@ You can also view the preview deployment and its status in the comment made on y
|
||||
|
||||
### Access Deployed Preview Environment
|
||||
|
||||
Once the preview environment has finished deploying, you can access its Medusa Admin either through the comment in the PR or by clicking the "Preview" button in the project's dashboard.
|
||||
Once the preview environment has finished deploying, you can access its Medusa Admin either through the comment in the PR or by clicking the "Preview" button in the [project's dashboard](../projects/page.mdx#open-project-dashboard).
|
||||
|
||||

|
||||
|
||||
This will open the preview environment's Medusa Admin in a new tab, where you can test the changes made in the PR.
|
||||
|
||||
To log into the Medusa Admin of the preview environment, use the admin credentials of the Production environment. If you [configured the shared previews settings](#manage-shared-previews-settings) to use a different environment's database, you can log in with the admin credentials of that environment instead.
|
||||
|
||||
You can also [send requests to the preview deployment's API](../deployments/page.mdx#send-requests-to-the-deployment).
|
||||
|
||||
### Open Preview Environment Dashboard
|
||||
|
||||
|
||||
Reference in New Issue
Block a user