diff --git a/app.py b/app.py index 16ad600..fafb380 100644 --- a/app.py +++ b/app.py @@ -123,8 +123,8 @@ def webhook(): return "Unauthorized", 401 # Perform Git pull to update the website's code - repo_path = "/path/to/your/website/repo" # Replace with the actual path - subprocess.run(['git', 'pull'], cwd=repo_path) + #repo_path = "/path/to/your/website/repo" # Replace with the actual path + #subprocess.run(['git', 'pull'], cwd=repo_path) # Restart the Flask app #restart_flask_app()