Update php/upload.php
Deploy / Deploy (push) Successful in 37s Details

This commit is contained in:
Carneiro 2025-01-22 15:26:23 -03:00
parent 65d1289067
commit 0a3e17fd81
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
}
function push_to_git() {
$git_cmd = 'git --git-dir=/var/www/src/aliceclass'
$git_cmd = 'git --git-dir=/var/www/src/aliceclass';
shell_exec($git_cmd . ' add /var/www/src/aliceclass/_data/aulas.json');
shell_exec($git_cmd . ' commit -m "update data"');
shell_exec($git_cmd . ' push');