From fdcdea32581480e5b1f0e9228fd19d17937e3e42 Mon Sep 17 00:00:00 2001 From: Grant Heffernan Date: Wed, 28 Oct 2015 14:02:01 -0400 Subject: [PATCH] simplify circle deployment --- circle.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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: