wunderio / drupal-project

Wunder's template for Drupal projects designed to work automatically with Lando, CircleCI and Helm.
GNU General Public License v2.0
35 stars 6 forks source link

WD-241: Add a custom decryption key to main branch deployment. #384

Closed tormi closed 9 months ago

tormi commented 9 months ago

Changes

Add a custom decryption key to main branch deployment after merging https://github.com/wunderio/drupal-project/pull/379 in. https://github.com/wunderio/drupal-project/pull/383 follow-up.

Testing

Both feature & main environments should have TEST_KEY envvar available:

main-shell-65bf7c9597-fl5bs:/var/www/html$ env | grep TEST_KEY
tormi commented 9 months ago

Feature environment test:

feature-wd-241-decryption-key-main-shell-65b46cf598-5nw4k:/var/www/html$ env | grep TEST_KEY
TEST_KEY=testvalue
tormi commented 9 months ago

main env test is also positive:

main-shell-6f899d7cd9-qv56h:/var/www/html$ env | grep TEST
TEST_KEY=testvalue