Last active
September 22, 2017 03:07
-
-
Save theredstapler/8de11c402efb1f419194afd7fb30aafc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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