Skip to content

Commit

Permalink
Merge pull request #8 from alphagov/rem-creds
Browse files Browse the repository at this point in the history
Remove Rails credentials file; remove Bootsnap leftovers
  • Loading branch information
csutter authored Nov 20, 2023
2 parents 3d4554a + 6bce9ed commit 35201b1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@

# Mark any vendored files as having been vendored.
vendor/* linguist-vendored
config/credentials/*.yml.enc diff=rails_credentials
config/credentials.yml.enc diff=rails_credentials
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ ENV GOVUK_APP_NAME=search-v2-evaluator

WORKDIR $APP_HOME
COPY --from=builder $BUNDLE_PATH $BUNDLE_PATH
COPY --from=builder $BOOTSNAP_CACHE_DIR $BOOTSNAP_CACHE_DIR
COPY --from=builder $APP_HOME .

USER app
Expand Down
1 change: 0 additions & 1 deletion config/credentials.yml.enc

This file was deleted.

0 comments on commit 35201b1

Please sign in to comment.