We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6967a28 commit 41e74ebCopy full SHA for 41e74eb
1 file changed
.github/workflows/prod-boot.yml
@@ -16,6 +16,7 @@ jobs:
16
- name: Prepare deploy env file
17
run: |
18
cp deploy/.env.example deploy/.env
19
+ sed -i '/^RAILS_MASTER_KEY=/d' deploy/.env
20
# Override secrets/SSL for CI boot
21
ruby -e "require 'securerandom'; puts \"SECRET_KEY_BASE=#{SecureRandom.hex(64)}\"" >> deploy/.env
22
# AR encryption keys — production.rb normally loads these from
0 commit comments