mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-26 10:54:12 +03:00
Update deployment methods grid
This commit is contained in:
parent
cde355a5d6
commit
fc24f12147
@ -9,9 +9,14 @@ export function DeploymentOptionsGrid() {
|
||||
linkToDocs: '/docs/advanced/deployment/cli',
|
||||
},
|
||||
{
|
||||
title: 'Deploying Manually',
|
||||
description: 'Build the app and deploy it manually',
|
||||
linkToDocs: '/docs/advanced/deployment/manually',
|
||||
title: 'Deploying with PaaS',
|
||||
description: 'Deploy your app manually to some PaaS',
|
||||
linkToDocs: '/docs/deployment/deployment-methods/paas',
|
||||
},
|
||||
{
|
||||
title: 'Self-hosting',
|
||||
description: 'Deploy your app to your own server',
|
||||
linkToDocs: '/docs/deployment/deployment-methods/self-hosted',
|
||||
},
|
||||
]
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user