Skip to content

Instantly share code, notes, and snippets.

@plasticmind
Created June 19, 2014 20:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plasticmind/2b5aa2953759c53e6da5 to your computer and use it in GitHub Desktop.
Save plasticmind/2b5aa2953759c53e6da5 to your computer and use it in GitHub Desktop.
Sample deploy.php
<?php
// change to repo directory, run a git pull and echo the output
echo shell_exec("cd /your/repo/path/here && git pull");
die("done " . mktime());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment