@@ -29,7 +29,6 @@ snippet of code.
29
29
- [ Google Firebase Functions] ( #google-firebase-functions )
30
30
- [ Google Cloud Run] ( #google-cloud-run )
31
31
- [ Netlify Lambda] ( #netlify-lambda )
32
- - [ Platformatic Cloud] ( #platformatic-cloud )
33
32
- [ Vercel] ( #vercel )
34
33
35
34
## AWS
@@ -562,49 +561,7 @@ Add this command to your `package.json` *scripts*
562
561
}
563
562
` ` `
564
563
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.
608
565
609
566
## Vercel
610
567
0 commit comments