Skip to content

Commit

Permalink
Remove Rails credentials file; remove Bootsnap leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
csutter committed Nov 20, 2023
1 parent 3d4554a commit 6bce9ed
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 6bce9ed

Please sign in to comment.