Skip to content

Commit 41e74eb

Browse files
committed
Fixing production CI smoketest
1 parent 6967a28 commit 41e74eb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/prod-boot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- name: Prepare deploy env file
1717
run: |
1818
cp deploy/.env.example deploy/.env
19+
sed -i '/^RAILS_MASTER_KEY=/d' deploy/.env
1920
# Override secrets/SSL for CI boot
2021
ruby -e "require 'securerandom'; puts \"SECRET_KEY_BASE=#{SecureRandom.hex(64)}\"" >> deploy/.env
2122
# AR encryption keys — production.rb normally loads these from

0 commit comments

Comments
 (0)