Skip to content

Commit 199b1ae

Browse files
authored
docs(serverless): cut down genezio example (fastify#5990)
Signed-off-by: Frazer Smith <[email protected]>
1 parent 3ad7690 commit 199b1ae

File tree

1 file changed

+2
-48
lines changed

1 file changed

+2
-48
lines changed

docs/Guides/Serverless.md

Lines changed: 2 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -132,56 +132,10 @@ on Fastify to find out how to integrate.
132132
## Genezio
133133

134134
[Genezio](https://genezio.com/) is a platform designed to simplify the deployment
135-
of serverless applications to the cloud. It eliminates the complexity
136-
of managing infrastructure and modifying your code for cloud compatibility.
137-
Genezio provides two main deployment methods:
135+
of serverless applications to the cloud.
138136

139-
- [Deploy from a GitHub repository](#deploy-from-a-github-repository)
140-
- [Deploy Using the CLI](#deploy-using-the-cli)
137+
[Genezio has a dedicated guide for deploying a Fastify application.](https://genezio.com/docs/frameworks/fastify/)
141138

142-
[![Genezio Deploy](https://raw.githubusercontent.com/Genez-io/graphics/main/svg/deploy-button.svg)](https://app.genez.io/start/deploy?repository=https://github.com/Genez-io/fastify-getting-started&utm_source=github&utm_medium=referral&utm_campaign=github-fastify&utm_term=deploy-project&utm_content=button-head)
143-
144-
### Deploy from a GitHub repository
145-
146-
Deploy directly from your GitHub repository with 0 configuration needed:
147-
148-
1. Navigate to the [Genezio Deployment Page](https://app.genez.io/auth/login?redirect=import).
149-
2. Authenticate with your GitHub account.
150-
3. Select the repository you wish to deploy.
151-
152-
Genezio will handle the configuration and deployment for you.
153-
154-
155-
### Deploy using the CLI
156-
157-
The Genezio CLI allows you to deploy applications directly from your local environment.
158-
159-
**Step 1**: Install the Genezio CLI:
160-
161-
```bash
162-
npm install -g genezio
163-
```
164-
165-
**Step 2**: Run the analyze command to generate a configuration file:
166-
167-
```bash
168-
genezio analyze
169-
```
170-
171-
This will create a `genezio.yaml` configuration file in your project.
172-
173-
**Step 3**: Deploy your application to production:
174-
175-
```bash
176-
genezio deploy
177-
```
178-
179-
This will deploy your Fastify application to Genezio's serverless infrastructure.
180-
181-
### References
182-
183-
- [Fastify on Genezio](https://app.genez.io/start/deploy?repository=https://github.com/Genez-io/fastify-getting-started&utm_source=github&utm_medium=referral&utm_campaign=github-fastify&utm_term=deploy-project&utm_content=button-head)
184-
- [Genezio Documentation](https://genezio.com/docs/frameworks/fastify/)
185139

186140
## Google Cloud Functions
187141

0 commit comments

Comments
 (0)