Skip to content

Commit

Permalink
fixing env_name for sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
kaareal committed Apr 30, 2024
1 parent 7b8ef37 commit 191d727
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services/api/scripts/entrypoints/jobs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ cat >>/service/job-base.yml <<EOL
- yacron
- "{{ environment.HOSTNAME }}"
- "{{ name }}"
level: warning
level: error
environment: $ENV_NAME
EOL
fi
cat >>/service/job-base.yml <<EOL
Expand Down

0 comments on commit 191d727

Please sign in to comment.