Skip to content

Instantly share code, notes, and snippets.

@dustinchilson
Last active October 26, 2015 22:14
Show Gist options
  • Save dustinchilson/63d498836b4f96e472e8 to your computer and use it in GitHub Desktop.
Save dustinchilson/63d498836b4f96e472e8 to your computer and use it in GitHub Desktop.
cd $env:site_folder
git add .
git commit -a -m "$env:APPVEYOR_REPO_COMMIT_MESSAGE" 2>&1 | % { $_.ToString() }
git push origin master 2>&1 | % { $_.ToString() }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment