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
#!/usr/bin/bash | |
# Author: Stephen Coley @coleydotco | |
# | |
# This script automates a Github deploy. | |
# I use it with Alfred to deploy http://coley.co. | |
# | |
# Change the stuff surrounded in [..] | |
# | |
# You must run git pull in the terminal and | |
# copy the line that asks you for your password. |
NewerOlder