From 6bce9ed98237e7317dc0c7566c4b24c082c37b98 Mon Sep 17 00:00:00 2001 From: Christian Sutter Date: Mon, 20 Nov 2023 13:32:48 +0000 Subject: [PATCH] Remove Rails credentials file; remove Bootsnap leftovers --- .gitattributes | 2 -- Dockerfile | 1 - config/credentials.yml.enc | 1 - 3 files changed, 4 deletions(-) delete mode 100644 config/credentials.yml.enc diff --git a/.gitattributes b/.gitattributes index 4a66706..285e9e9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/Dockerfile b/Dockerfile index 0c3f3c3..c39a5e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/config/credentials.yml.enc b/config/credentials.yml.enc deleted file mode 100644 index 693366d..0000000 --- a/config/credentials.yml.enc +++ /dev/null @@ -1 +0,0 @@ -EVxPvPMsBYPnIvdiLHMRJc9pBDC71vMWVVOywQxQGGYOoQxnpFJVEZKjtJKvWN9wFfd3PbMPu8X3qhB3xY5Od4tAHYHNqU3H6cHBrGLRG6GvfUnLi8wNVjOZc3zbkWjuwFUWbcrvFngpWK9Q59GwIXaHwDbnVnDZTT0LOVrRllrI0Mba09NST1WvQMXojvKmD6KfZVDVEEngHQANUSgnN8iF2ft4Z4AWp/LNyVZg+z3/GVx70qEoT3VoKhIOOR+309Io66T+5aBPQSqEVeDV708M5qXKerxbCf0YdeSiSJHqvuaz+jKOkSvxR8kGkyzHZrwhew+S+sLRnsNtHsrvy4rfrRjfBt8WWYp+3iGslWylBIXG/u14c40B9YdlQeiLkhFzFRRlOK92JSBSIA2NoY1UNzTH--IxTW6rADxd9z09Hx--elf+dnpSXjjv31z3UHhqPw== \ No newline at end of file