maybe this will clean up a few things

This commit is contained in:
2023-10-22 14:15:27 -07:00
parent bf1fefd1bc
commit f81199e31b
Vendored
+1 -1
View File
@@ -11,7 +11,7 @@ pipeline {
rbenv local 3.2.2
echo "# frozen_string_literal: true\n" > env.rb
echo "ENV['APP_SESSION_SECRET'] ||= '$(ruby -rsecurerandom -e 'puts SecureRandom.base64(64)')'" >> .env.rb
echo "ENV[\\\'DB_NAME\\\'] ||= \\\'${DB_NAME}\\\'" >> .env.rb
echo "ENV['DB_NAME'] ||= '${DB_NAME}'" >> .env.rb
'''
}
}