Skip to content

Instantly share code, notes, and snippets.

@LuenCC
Forked from theredstapler/hook deploy script
Created February 11, 2017 22:44
Show Gist options
  • Save LuenCC/2b88f1e35302d5cfe936490cc29495c2 to your computer and use it in GitHub Desktop.
Save LuenCC/2b88f1e35302d5cfe936490cc29495c2 to your computer and use it in GitHub Desktop.
#!/bin/sh
echo "Start Auto Deployment"
git --work-tree=//computer-name/deployment --git-dir=//computer-name/myrepo checkout -f
echo "Deployment Finished"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment