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.
17 lines
484 B
17 lines
484 B
machine: |
|
ruby: |
|
version: 2.1.2 |
|
node: |
|
version: 0.12.2 |
|
|
|
deployment: |
|
dev: |
|
branch: master |
|
commands: |
|
- git clone git@github.com:mapzen/pelias-deploy.git && cd pelias-deploy && bundle install |
|
- cd pelias-deploy && bundle exec rake deploy:api dev |
|
prod_build: |
|
branch: staging |
|
commands: |
|
- git clone git@github.com:mapzen/pelias-deploy.git && cd pelias-deploy && bundle install |
|
- cd pelias-deploy && bundle exec rake deploy:api prod_build
|
|
|