Browse Source

deploy to prod_build when staging is updated, not production

pull/367/head
Grant Heffernan 9 years ago
parent
commit
f3915f58a9
  1. 2
      circle.yml

2
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]

Loading…
Cancel
Save