We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c5d4b6 + 0b4bc5b commit ce85231Copy full SHA for ce85231
.gitignore
@@ -8,7 +8,7 @@
8
/.bundle
9
10
# Ignore all environment files.
11
-/.env*
+/.env
12
13
db/structure.sql
14
config/deploy.production.yml
@@ -27,6 +27,7 @@ env:
27
- RAILS_MASTER_KEY
28
- SECRET_KEY_BASE
29
- SCOUT_KEY
30
+ - SCOUT_LOGS_INGEST_KEY
31
clear:
32
AWS_BUCKET_NAME: skillrx-production
33
AWS_DEFAULT_REGION: us-east-1
config/deploy.staging.yml
AWS_BUCKET_NAME: skillrx-staging
0 commit comments