Korrektur der Unterordner und Dateien

This commit is contained in:
joel
2026-04-08 22:33:53 +02:00
parent 345b3d0d46
commit 3250ae4832
8 changed files with 440 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
<?php
// Einfaches Deployment Skript
echo "Starte Pull... \n";
$output = shell_exec('git pull origin main 2>&1');
echo $output;
?>