Skip to content

Commit fa60544

Browse files
authored
Update deploying-python.md
1 parent 3c38783 commit fa60544

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/fluxcloud/register-new-app/deploy-with-git/guides/deploying-python.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
sidebar_position: 2
33
title: Deploying Python Applications
4-
description: Complete guide for deploying Python applications with Flux-Orbit
4+
description: Complete guide for deploying Python applications via Deploy with Git
55
---
66

77
# Deploying Python Applications
88

9-
This guide covers everything you need to know about deploying Python applications with Flux-Orbit, from simple Flask apps to complex Django projects.
9+
This guide covers everything you need to know about deploying Python applications via Deploy with Git, from simple Flask apps to complex Django projects.
1010

1111
## Overview
1212

13-
Flux-Orbit automatically detects Python applications by looking for:
13+
Deploy with Git automatically detects Python applications by looking for:
1414
- `requirements.txt` file
1515
- `pyproject.toml` file
1616
- `Pipfile` for Pipenv projects
@@ -428,4 +428,4 @@ docker run -d \
428428
- Learn about [Ruby Deployment](./deploying-ruby)
429429
- Configure [CI/CD with GitHub](../ci-cd/github-webhooks)
430430
- Explore [Troubleshooting Guide](../troubleshooting/common-issues)
431-
- Read [API Reference](../api/webhook-api)
431+
- Read [API Reference](../api/webhook-api)

0 commit comments

Comments
 (0)