Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #12 from planningcenter/ml/add-ci
Browse files Browse the repository at this point in the history
chore: Setup CI
  • Loading branch information
geolessel authored Dec 5, 2022
2 parents e0bd79d + 2facb8e commit 45a4a2a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
23 changes: 23 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
version: 2.1

orbs:
rails: planningcenter/[email protected]

jobs:
build:
executor:
name: rails/default
ruby-version: "2.7"
steps:
- checkout
- rails/bundle
- rails/yarn
- rails/precompile-assets

workflows:
default:
jobs:
- build:
context:
- GitHub Packages
- AWS ECR (circleci-tools)
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "2.7.4"

gem "rails", "~> 5.2.7"
gem "sqlite3"

Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,5 @@ DEPENDENCIES
web-console (>= 3.3.0)
webpacker

RUBY VERSION
ruby 2.7.4p191

BUNDLED WITH
2.3.11

0 comments on commit 45a4a2a

Please sign in to comment.