diff --git a/circle.yml b/circle.yml index 12b762c5..9a9b5bc7 100644 --- a/circle.yml +++ b/circle.yml @@ -9,12 +9,6 @@ dependencies: - echo "{\"mapzen\":{\"api_key\":{\"search.mapzen.com\":\"$SEARCH_API_KEY\",\"pelias.mapzen.com\":\"$PELIAS_API_KEY\"}}}" >~/pelias.json deployment: - prod_build: - branch: production - commands: - - git clone git@github.com:pelias/acceptance-tests && cd acceptance-tests && npm install - - git clone git@github.com:mapzen/pelias-deploy.git && cd pelias-deploy && bundle install - - cd pelias-deploy && bundle exec rake deploy:api[prod_build] prod: branch: production commands: @@ -22,6 +16,7 @@ deployment: - git clone git@github.com:mapzen/pelias-deploy.git && cd pelias-deploy && bundle install - cd pelias-deploy && bundle exec rake deploy:api[prod] - cd acceptance-tests && npm test -- -e prod + - cd pelias-deploy && bundle exec rake deploy:api[prod_build] dev: branch: master commands: