Browse Source

fix circle deployments

pull/394/head
Grant Heffernan 9 years ago
parent
commit
569204be77
  1. 4
      circle.yml

4
circle.yml

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

Loading…
Cancel
Save