docs: added note about testing admin in backend deployment (#3808)

* docs: added a note about testing admin in backend deployment

* added a note about admin build

* added DATABASE_TYPE env variable
This commit is contained in:
Shahed Nasser
2023-04-12 10:32:40 +03:00
committed by GitHub
parent 1651cfd4ac
commit a29bf7c155
5 changed files with 73 additions and 32 deletions
+13 -9
View File
@@ -189,15 +189,6 @@ module.exports = {
"https://res.cloudinary.com/dza7lstvk/image/upload/v1669739945/Medusa%20Docs/Other/aahqJp4_lbtfdz.png",
},
},
{
type: "doc",
id: "deployments/server/deploying-on-qovery",
label: "Deploy on Qovery",
customProps: {
image:
"https://res.cloudinary.com/dza7lstvk/image/upload/v1669739955/Medusa%20Docs/Other/qOvY2dN_vogsxy.png",
},
},
{
type: "doc",
id: "deployments/server/deploying-on-railway",
@@ -210,6 +201,19 @@ module.exports = {
},
},
},
{
type: "doc",
id: "deployments/server/deploying-on-qovery",
label: "Deploy on Qovery",
customProps: {
image:
"https://res.cloudinary.com/dza7lstvk/image/upload/v1669739955/Medusa%20Docs/Other/qOvY2dN_vogsxy.png",
badge: {
variant: "orange",
children: "Deprecated",
},
},
},
],
},
{