mirror of https://github.com/pelias/api.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
999 B
26 lines
999 B
machine: |
|
ruby: |
|
version: 2.1.2 |
|
node: |
|
version: 0.12.2 |
|
|
|
dependencies: |
|
pre: |
|
- echo "{\"mapzen\":{\"api_key\":{\"search.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 |
|
- git clone git@github.com:mapzen/pelias-deploy.git && cd pelias-deploy && bundle install |
|
- cd pelias-deploy && bundle exec rake deploy:api[prod] |
|
- cd acceptance-tests && npm test -- -e prod |
|
- cd pelias-deploy && bundle exec rake deploy:api[prod_build] |
|
dev: |
|
branch: master |
|
commands: |
|
- git clone git@github.com:pelias/acceptance-tests && cd acceptance-tests && npm install |
|
- git clone git@github.com:mapzen/pelias-deploy.git && cd pelias-deploy && bundle install |
|
- cd pelias-deploy && bundle exec rake deploy:api[dev] |
|
- cd acceptance-tests && npm test -- -e dev
|
|
|