-
-
Save LuenCC/2b88f1e35302d5cfe936490cc29495c2 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