|
|
@ -11,7 +11,7 @@ deployment: |
|
|
|
- git clone git@github.com:mapzen/pelias-deploy.git && cd pelias-deploy && bundle 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 pelias-deploy && bundle exec rake deploy:api[dev] |
|
|
|
prod_build: |
|
|
|
prod_build: |
|
|
|
branch: production |
|
|
|
branch: staging |
|
|
|
commands: |
|
|
|
commands: |
|
|
|
- git clone git@github.com:mapzen/pelias-deploy.git && cd pelias-deploy && bundle install |
|
|
|
- git clone git@github.com:mapzen/pelias-deploy.git && cd pelias-deploy && bundle install |
|
|
|
- cd pelias-deploy && bundle exec rake deploy:api[prod_build] |
|
|
|
- cd pelias-deploy && bundle exec rake deploy:api[prod_build] |
|
|
|