CodeCommitsIssuesPull requestsActionsInsightsSecurity
master

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS
SSH

Download ZIP

circle.yml

24lines · modepreview

machine:
  node:
    version: v6.7.0

dependencies:
  cache_directories:
    - "~/nvm/v5.4.0/lib/node_modules"
    - "~/nvm/v5.4.0/lib/bin"
    - "~/.npm"
    - "cache"

  post:
    - npm run build
    - curl https://s3.amazonaws.com/stout-builds/install | sh

test:
  override:
    - echo "No tests!"

deployment:
  production:
    branch: master
    commands:
      - stout deploy --env production --key $ACCESS_KEY_ID --secret $ACCESS_KEY_SECRET