aufgeräumt

This commit is contained in:
joel
2026-04-08 22:38:36 +02:00
parent e5fd3d0bd8
commit 8eb1ff11a2
5 changed files with 0 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;
?>