Skip to content

Commit ce85231

Browse files
authored
Merge branch 'main' into rename-files-on-upload
2 parents 5c5d4b6 + 0b4bc5b commit ce85231

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/.bundle
99

1010
# Ignore all environment files.
11-
/.env*
11+
/.env
1212

1313
db/structure.sql
1414

config/deploy.production.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ env:
2727
- RAILS_MASTER_KEY
2828
- SECRET_KEY_BASE
2929
- SCOUT_KEY
30+
- SCOUT_LOGS_INGEST_KEY
3031
clear:
3132
AWS_BUCKET_NAME: skillrx-production
3233
AWS_DEFAULT_REGION: us-east-1

config/deploy.staging.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ env:
2727
- RAILS_MASTER_KEY
2828
- SECRET_KEY_BASE
2929
- SCOUT_KEY
30+
- SCOUT_LOGS_INGEST_KEY
3031
clear:
3132
AWS_BUCKET_NAME: skillrx-staging
3233
AWS_DEFAULT_REGION: us-east-1

0 commit comments

Comments
 (0)