Skip to content

Commit 0dd8116

Browse files
authored
Drop platformatic cloud reference in serverless.md (fastify#5982)
We pivoted away from this. Signed-off-by: Matteo Collina <hello@matteocollina.com>
1 parent 6e98c95 commit 0dd8116

File tree

1 file changed

+1
-44
lines changed

1 file changed

+1
-44
lines changed

docs/Guides/Serverless.md

Lines changed: 1 addition & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ snippet of code.
2929
- [Google Firebase Functions](#google-firebase-functions)
3030
- [Google Cloud Run](#google-cloud-run)
3131
- [Netlify Lambda](#netlify-lambda)
32-
- [Platformatic Cloud](#platformatic-cloud)
3332
- [Vercel](#vercel)
3433

3534
## AWS
@@ -562,49 +561,7 @@ Add this command to your `package.json` *scripts*
562561
}
563562
```
564563
565-
Then it should work fine
566-
567-
## Platformatic Cloud
568-
569-
[Platformatic](https://platformatic.dev) provides zero-configuration deployment
570-
for Node.js applications.
571-
To use it now, you should wrap your existing Fastify application inside a
572-
[Platformatic Service](https://oss.platformatic.dev/docs/reference/service/introduction),
573-
by running the following:
574-
575-
576-
```bash
577-
npm create platformatic@latest -- service
578-
```
579-
580-
The wizard would ask you to fill in a few answers:
581-
582-
```
583-
? Where would you like to create your project? .
584-
? Do you want to run npm install? yes
585-
? Do you want to use TypeScript? no
586-
? What port do you want to use? 3042
587-
[13:04:14] INFO: Configuration file platformatic.service.json successfully created.
588-
[13:04:14] INFO: Environment file .env successfully created.
589-
[13:04:14] INFO: Plugins folder "plugins" successfully created.
590-
[13:04:14] INFO: Routes folder "routes" successfully created.
591-
? Do you want to create the github action to deploy this application to Platformatic Cloud dynamic workspace? no
592-
? Do you want to create the github action to deploy this application to Platformatic Cloud static workspace? no
593-
```
594-
595-
Then, head to [Platformatic Cloud](https://platformatic.cloud) and sign in
596-
with your GitHub account.
597-
Create your first application and a static workspace: be careful to download the
598-
API key as an env file, e.g. `yourworkspace.txt`.
599-
600-
Then, you can easily deploy your application with the following command:
601-
602-
```bash
603-
platformatic deploy --keys `yourworkspace.txt`
604-
```
605-
606-
Check out the [Full Guide](https://blog.platformatic.dev/how-to-migrate-a-fastify-app-to-platformatic-service)
607-
on how to wrap Fastify application in Platformatic.
564+
Then it should work fine.
608565
609566
## Vercel
610567

0 commit comments

Comments
 (0)