Skip to content

Commit

Permalink
fix(ci): bad interpretation of env SENTRY_ENVIRONMENT in .env.scalingo
Browse files Browse the repository at this point in the history
  • Loading branch information
josephpage authored Sep 29, 2023
1 parent ff0cf89 commit 72607cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .env.scalingo
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ MEILISEARCH_BATCH_SIZE="${MEILISEARCH_BATCH_SIZE:-100}"

# Sentry
SENTRY_DSN="${SENTRY_DSN}"
SENTRY_ENVIRONMENT="${SENTRY_ENVIRONMENT}" # "production", "recette" or "dev"
# SENTRY_ENVIRONMENT should be "production", "recette" or "dev"
SENTRY_ENVIRONMENT="${SENTRY_ENVIRONMENT}"

# Variables auto-configurées par Scalingo :
# - SCALINGO_POSTGRESQL_URL

0 comments on commit 72607cf

Please sign in to comment.