aufgeärumt

This commit is contained in:
joel
2026-04-08 22:40:26 +02:00
parent f7939c573a
commit ac2cd8efbc
3 changed files with 0 additions and 0 deletions

6
deploy.php Normal file
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;
?>