Skip to content

Commit

Permalink
Merge pull request #201 from 18F/stages/rc-2021-02-10
Browse files Browse the repository at this point in the history
Deploy RC 15 to prod
  • Loading branch information
mitchellhenke committed Feb 10, 2021
2 parents 823d88e + d9f68a3 commit 175e820
Show file tree
Hide file tree
Showing 13 changed files with 925 additions and 617 deletions.
16 changes: 0 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,6 @@ jobs:
- deploy:
command: |
./cc-test-reporter sum-coverage --output - --parts $CIRCLE_NODE_TOTAL coverage/codeclimate.*.json | ./cc-test-reporter upload-coverage --debug --input -
build-latest-container:
working_directory: ~/identity-pki
docker:
- image: circleci/ruby:2.6
steps:
- checkout
- setup_remote_docker
- run: |
rev=$(git rev-parse --short HEAD)
docker build -t logindotgov/pki:latest -t logindotgov/pki:"${rev}" -f Dockerfile .
echo $DOCKER_PASS | docker login -u $DOCKER_USER --password-stdin
docker push logindotgov/pki:"${rev}"
docker push logindotgov/pki:latest
build-release-container:
working_directory: ~/identity-pki
docker:
Expand Down Expand Up @@ -154,9 +141,6 @@ workflows:
release:
jobs:
- build
- build-latest-container:
requires:
- build
- build-release-container:
requires:
- build
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}.git" }

ruby '~> 2.6.5'

gem 'rails', '~> 5.2', '>= 5.2.4.4'
gem 'rails', '~> 6.0', '>= 6.0.3.4'

gem 'activerecord-import', '>= 1.0.2'
gem 'aws-sdk', require: false
Expand Down
Loading

0 comments on commit 175e820

Please sign in to comment.