diff --git a/circle.yml b/circle.yml index 1db0b1ba..37a6e3d7 100644 --- a/circle.yml +++ b/circle.yml @@ -11,7 +11,7 @@ deployment: - git clone git@github.com:mapzen/pelias-deploy.git && cd pelias-deploy && bundle install - cd pelias-deploy && bundle exec rake deploy:api[dev] prod_build: - branch: production + 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]