cloudflare/InstantPlugin
Publicmirrored fromhttps://github.com/cloudflare/InstantPlugin
circle.yml
24lines · modecode
9 years ago
| 1 | machine: |
| 2 | node: |
| 3 | version: v6.7.0 |
| 4 | |
| 5 | dependencies: |
| 6 | cache_directories: |
| 7 | - "~/nvm/v5.4.0/lib/node_modules" |
| 8 | - "~/nvm/v5.4.0/lib/bin" |
| 9 | - "~/.npm" |
| 10 | - "cache" |
| 11 | |
| 12 | post: |
| 13 | - npm run build |
| 14 | - curl https://s3.amazonaws.com/stout-builds/install | sh |
| 15 | |
| 16 | test: |
| 17 | override: |
| 18 | - echo "No tests!" |
| 19 | |
| 20 | deployment: |
| 21 | production: |
| 22 | branch: master |
| 23 | commands: |
| 24 | - stout deploy --env production --key $ACCESS_KEY_ID --secret $ACCESS_KEY_SECRET |