Skip to content

Instantly share code, notes, and snippets.

@dylanmtaylor
Last active August 29, 2015 14:19
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 dylanmtaylor/95d96c7cb0eee623d564 to your computer and use it in GitHub Desktop.
Save dylanmtaylor/95d96c7cb0eee623d564 to your computer and use it in GitHub Desktop.
vps server crontab
*/1 * * * * su -s /bin/sh root -c 'cd /home/dylanmtaylor.com/public_html/ && /usr/bin/git pull origin master' &> /dev/null
*/15 * * * * su -s /bin/sh root -c 'cd /home/fwc.dylanmtaylor.com/public_html/ && /usr/bin/git pull origin master' &> /dev/null
00 00 * * * su -s /bin/sh root -c 'cd /home/dylanmtaylor.com/public_html/images/ && sh /home/dylanmtaylor.com/public_html/images/crushall.sh' &> /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment