Merge branch 'deploy' of git.gotenzing.com:tenzing/banners-with-skip into deploy
Showing
1 changed file
with
2 additions
and
2 deletions
| 1 | <?php | 1 | <?php |
| 2 | #webhook.php Testing | 2 | #webhook.php Testing |
| 3 | echo "finally working..<br/>"; | 3 | echo "finally working...<br/>"; |
| 4 | 4 | $cmd = shell_exec('git commit -a -m "message"'); | |
| 5 | $cmd = shell_exec("git pull 2>&1"); | 5 | $cmd = shell_exec("git pull 2>&1"); |
| 6 | 6 | ||
| 7 | #for debugging | 7 | #for debugging | ... | ... |
-
Please register or sign in to post a comment