CodeCommitsIssuesPull requestsActionsInsightsSecurity
master

Branches

Tags

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

Clone

HTTPS
SSH

Download ZIP

circle.yml

24lines · modecode

1machine:
2 node:
3 version: v6.7.0
4
5dependencies:
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
16test:
17 override:
18 - echo "No tests!"
19
20deployment:
21 production:
22 branch: master
23 commands:
24 - stout deploy --env production --key $ACCESS_KEY_ID --secret $ACCESS_KEY_SECRET