Skip to content

Instantly share code, notes, and snippets.

@hmcfletch
hmcfletch / config.yml
Created September 21, 2018 19:40
An example Circle CI workflow for a Ruby on Rails app
version: 2
jobs:
checkout_and_deps:
docker:
- image: circleci/ruby:2.5.1-node-browsers
steps:
- checkout
- run: