Skip to content

Commit

Permalink
Successful test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpetros committed Mar 3, 2024
1 parent 2a3a30b commit 3425ca1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions www/deploy.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php
$key = $_POST['key'] ?? false;
echo var_dump($_POST);
echo var_dump($key);
if ($key == "test") {
shell_exec("cd /var/www && git pull");
http_response_code(200);
Expand Down

0 comments on commit 3425ca1

Please sign in to comment.