diff --git a/app.py b/app.py index 1f2c0ad..0866d4d 100644 --- a/app.py +++ b/app.py @@ -115,7 +115,7 @@ def search(): @app.route('/webhook', methods=['POST']) def webhook(): if request.method == 'POST': - repo_path = "http://192.168.178.21:3000/zvevqx/tdtdt.git" # Replace with the actual path + repo_path = "http://git.tdtdt.net:3003/zvevqx/tdtdt.git" # Replace with the actual path subprocess.run(['git', 'pull', repo_path]) return "Webhook received!"