diff --git a/payload.php b/payload.php index f2a327a..5dd154a 100644 --- a/payload.php +++ b/payload.php @@ -1,3 +1,14 @@ auth success
'; + echo shell_exec('git pull'); + echo '
pulled
'; + echo shell_exec('npm run build'); + echo '
built
'; + } else { + header("Location: https://vt-prototyp.schulze.studio/"); + die(); + } ?> \ No newline at end of file