Skip to content

Commit

Permalink
Merge pull request #3423 from AlexsLemonade/ark/add-stage-to-surveyor…
Browse files Browse the repository at this point in the history
…-batch-env

Add STAGE to surveyor batch environment
  • Loading branch information
arkid15r authored Oct 19, 2023
2 parents 517b276 + 3d79f3c commit 56333e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions foreman/batch-job-templates/surveyor.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
],
"environment": [
{"name": "SYSTEM_VERSION", "value": "${{SYSTEM_VERSION}}"},
{"name": "STAGE", "value": "${{STAGE}}"},
{"name": "DJANGO_DEBUG", "value": "${{DJANGO_DEBUG}}"},
{"name": "DATABASE_NAME", "value": "${{DATABASE_NAME}}"},
{"name": "DATABASE_USER", "value": "${{DATABASE_USER}}"},
Expand Down

0 comments on commit 56333e6

Please sign in to comment.