Skip to content

Instantly share code, notes, and snippets.

@theredstapler
Last active September 22, 2017 03:07
Show Gist options
  • Save theredstapler/8de11c402efb1f419194afd7fb30aafc to your computer and use it in GitHub Desktop.
Save theredstapler/8de11c402efb1f419194afd7fb30aafc 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