Skip to content

Instantly share code, notes, and snippets.

@joeldrapper
Created December 12, 2014 18:30
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 joeldrapper/0513c9f0d0a4fd039bf0 to your computer and use it in GitHub Desktop.
Save joeldrapper/0513c9f0d0a4fd039bf0 to your computer and use it in GitHub Desktop.
Deploy
<?php
shell_exec('git pull');
@joeldrapper
Copy link
Author

You can put this script anywhere, point a webhook at it, and automatically deploy on push, or any event you choose.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment