Browse Source

feat: Merge pull request #980 from pelias/remove_old_circle_config

Remove old CircleCI config
pull/998/head
Julian Simioni 7 years ago committed by GitHub
parent
commit
2b7aa5df1d
  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