Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replit support #439

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update .replit
  • Loading branch information
RiProG-id authored Oct 4, 2023
commit 10a2662221e7561db5e1d098ef5fade12853b9a0
5 changes: 2 additions & 3 deletions .replit
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
modules = ["python-3.10:v18-20230807-322e88b"]
hidden = [".pythonlibs"]
run = "rm -rf .pythonlibs && pip install -r requirements.txt && pip instal Flask && python3 bot/main.py"
run = "pip install -r requirements.txt && pip instal Flask && python3 bot/main.py"
[nix]
channel = "stable-23_05"
[deployment]
run = ["sh", "-c", "rm -rf .pythonlibs && pip install -r requirements.txt && pip install Flask && python3 bot/main.py"]
run = ["pip install -r requirements.txt && pip install Flask && python3 bot/main.py"]
deploymentTarget = "cloudrun"
package.allowAutoUpdate = false