Browse Source

Merge pull request #394 from pelias/fix_circle_deployment

fix circle deployments
pull/396/head
David Riordan 9 years ago
parent
commit
6000ee0bf4
  1. 4
      circle.yml

4
circle.yml

@ -9,9 +9,9 @@ deployment:
branch: master branch: master
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[dev] - cd pelias-deploy && bundle exec rake deploy:api dev
prod_build: prod_build:
branch: staging 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

Loading…
Cancel
Save