Skip to content

Commit

Permalink
fix circle deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
heffergm committed Jan 6, 2016
1 parent 7fa5a4e commit 569204b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ deployment:
branch: master
commands:
- git clone [email protected]: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 [email protected]: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

0 comments on commit 569204b

Please sign in to comment.