Browse Source

Remove olde CircleCI config

This configuration was still around before we added a new one in
https://github.com/pelias/api/pull/956.
pull/980/head
Julian Simioni 7 years ago
parent
commit
28e8bf69cf
No known key found for this signature in database
GPG Key ID: 6DAD08919FDBF563
  1. 17
      circle.yml

17
circle.yml

@ -1,17 +0,0 @@
machine:
ruby:
version: 2.1.2
node:
version: 0.12.2
deployment:
dev:
branch: master
commands:
- 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: 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