Skip to content
  • This project
    • Loading...
  • Sign in

Tenzing / banners-with-skip

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • banners-with-skip
  • deploy.php
  • Jeff Balicki's avatar
    e · 4b46e32e
    4b46e32e
    Jeff Balicki committed 2018-06-08 12:03:50 -0400
deploy.php 204 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
<?php
#webhook.php Testing
echo "finally working...<br/>";
$cmd = shell_exec('git commit -a -m "message"');
$cmd = shell_exec("git pull 2>&1");

#for debugging
echo $cmd;

die("<br/>done " . mktime());
?>