From 569204be77ba2925f709c50e9e84a7ef290527b7 Mon Sep 17 00:00:00 2001 From: Grant Heffernan Date: Wed, 6 Jan 2016 11:38:05 -0500 Subject: [PATCH] fix circle deployments --- circle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index 37a6e3d7..59a2989c 100644 --- a/circle.yml +++ b/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