Skip to content

Instantly share code, notes, and snippets.

@dustinchilson
Last active October 26, 2015 22:13
Show Gist options
  • Save dustinchilson/c4d03cb2340642a60e4c to your computer and use it in GitHub Desktop.
Save dustinchilson/c4d03cb2340642a60e4c to your computer and use it in GitHub Desktop.
version: 1.0.{build}
test: off
environment:
github_token:
secure: Ez8ezlWE076qixwKlHSR1S8gu3RKnMG/dTfwmJq9ibAVbH4JIzGx+LmlZmWHsvzq
email:
secure: sylh+LkOQcClxOFj6dByZNeqoSVd34n0FOVcT2+uZ78=
site_folder: _site
artifacts:
- path: _site
name: Built Site
before_build:
ps: '& .\tools\before_build.ps1'
build_script:
ps: '& .\tools\build_script.ps1'
on_success:
ps: '& .\tools\on_success.ps1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment