Skip to content

Commit 44326a3

Browse files
committed
🔧(ci) add .env.dist for Richie site factory and include in CI setup
Add `.env.dist` template for Richie site factory and update CI to copy it as `.env` for proper environment configuration.
1 parent 4107147 commit 44326a3

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -751,6 +751,7 @@ jobs:
751751
- run:
752752
name: Create env files
753753
command: |
754+
cp fun-richie-site-factory/.env.dist fun-richie-site-factory/.env
754755
cp fun-richie-site-factory/env.d/aws.dist fun-richie-site-factory/env.d/aws
755756
cp fun-richie-site-factory/env.d/development.dist fun-richie-site-factory/env.d/development
756757
- run:

cookiecutter/{{cookiecutter.organization}}-richie-site-factory/.env

Whitespace-only changes.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
RICHIE_SITE=ci
2+
ACTIVATED_DB=postgresql
3+
DB_PORT=5472
4+
LANGUAGES=(("en", "English"))

0 commit comments

Comments
 (0)