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
Copy file name to clipboardExpand all lines: docs/fluxcloud/register-new-app/deploy-with-git/guides/deploying-python.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
---
2
2
sidebar_position: 2
3
3
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
5
5
---
6
6
7
7
# Deploying Python Applications
8
8
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.
10
10
11
11
## Overview
12
12
13
-
Flux-Orbit automatically detects Python applications by looking for:
13
+
Deploy with Git automatically detects Python applications by looking for:
14
14
-`requirements.txt` file
15
15
-`pyproject.toml` file
16
16
-`Pipfile` for Pipenv projects
@@ -428,4 +428,4 @@ docker run -d \
428
428
- Learn about [Ruby Deployment](./deploying-ruby)
429
429
- Configure [CI/CD with GitHub](../ci-cd/github-webhooks)
0 commit comments