mirror of https://github.com/pelias/api.git
Grant Heffernan
9 years ago
1 changed files with 19 additions and 0 deletions
@ -0,0 +1,19 @@
|
||||
machine: |
||||
ruby: |
||||
version: 2.1.2 |
||||
node: |
||||
version: 0.12.2 |
||||
|
||||
dependencies: |
||||
pre: |
||||
- echo "{\"mapzen\":{\"api_key\":{\"pelias.mapzen.com\":\"$SEARCH_API_KEY\",\"pelias.mapzen.com\":\"$PELIAS_API_KEY\"}}}" >~/pelias.json |
||||
|
||||
deployment: |
||||
prod: |
||||
branch: production |
||||
commands: |
||||
- git clone git@github.com:pelias/acceptance-tests && cd acceptance-tests && npm install |
||||
- cd acceptance-tests && npm test -- -e prod |
||||
- git clone git@github.com:mapzen/pelias-deploy.git && cd pelias-deploy && bundle install |
||||
- cd pelias-deploy && bundle exec rake deploy:api[prod] |
||||
- cd pelias-deploy && bundle exec rake deploy:api[prod_build] |
Loading…
Reference in new issue