Korrektur der Unterordner und Dateien
This commit is contained in:
6
Hochzeit-G-stebuch-1/deploy.php
Normal file
6
Hochzeit-G-stebuch-1/deploy.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
// Einfaches Deployment Skript
|
||||
echo "Starte Pull... \n";
|
||||
$output = shell_exec('git pull origin main 2>&1');
|
||||
echo $output;
|
||||
?>
|
||||
Reference in New Issue
Block a user