Skip to content

Instantly share code, notes, and snippets.

@matiasgarciaisaia
Created November 30, 2016 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matiasgarciaisaia/75b388b82a130aab4ac392f6fcdfdd17 to your computer and use it in GitHub Desktop.
Save matiasgarciaisaia/75b388b82a130aab4ac392f6fcdfdd17 to your computer and use it in GitHub Desktop.
manas.tech circle.yml
test:
pre:
- python -m SimpleHTTPServer:
background: true
pwd: build
- sleep 5
override:
- wget -r -l8000 --spider -e robots=off -D localhost http://localhost:8000 -o $CIRCLE_ARTIFACTS/broken-links.log
post:
- rm build/nohup.out
deployment:
s3:
branch:
- master
- staging
- development
commands:
- bundle exec middleman s3_sync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment