From f3915f58a9f2dc2b683e43ac29a24f90557410d3 Mon Sep 17 00:00:00 2001 From: Grant Heffernan Date: Fri, 20 Nov 2015 08:23:04 -0500 Subject: [PATCH] deploy to prod_build when staging is updated, not production --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]