Skip to content

Instantly share code, notes, and snippets.

@darobin
Created March 20, 2015 11:33
Show Gist options
  • Save darobin/3e35f67a6fd59833210e to your computer and use it in GitHub Desktop.
Save darobin/3e35f67a6fd59833210e to your computer and use it in GitHub Desktop.
Automatically publishing on commit
language: node_js
branches:
only:
- gh-pages
env:
global:
- URL="http://w3c.github.io/manifest/ECHIDNA"
- DECISION="https://lists.w3.org/Archives/Public/public-webapps/2014JulSep/0627.html"
- secure: "vuLLjmy5cSalvR4ut2Q28YJgVUoSmLQYlhNRyF7zVskO5VFX7RHpfWokrk1SXEQ5hI8bpWOYJOVrcYr05BP0cFvsESlDejaur4rw/gT2nfMkuyWbVhbxH9mFYKeVFWpoC+iezrao9VjMRYySjEJAM4B9mXflN3MQ6ddRaQlBMaI="
script:
- echo "ok"
after_success:
- curl "https://labs.w3.org/echidna/api/request" --data "url=$URL" --data "decision=$DECISION" --data "token=$TOKEN"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment