You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
0 commit comments