Skip to content

Commit

Permalink
Fix: Add sentry Backend DSN in playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
mesudip committed Jun 10, 2024
1 parent 31248a8 commit bf42e69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-infrastructure/build-images.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/e bash
#!/usr/bin/env bash
set -e
export BASE_IMAGE_NAME="govtool"
BASE_IMAGE_EXISTS=$(docker images -q "$BASE_IMAGE_NAME"/backend-base)
Expand Down
1 change: 1 addition & 0 deletions tests/test-infrastructure/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@
GOVTOOL_TAG: "{{ lookup('env', 'GOVTOOL_TAG') }}"
NPMRC_TOKEN: "{{ lookup('env','NPMRC_TOKEN') }}"
SENTRY_DSN_FRONTEND: "{{ lookup ('env', 'SENTRY_DSN_FRONTEND') }}"
SENTRY_DSN_BACKEND: "{{ lookup ('env', 'SENTRY_DSN_BACKEND') }}"
become: yes

0 comments on commit bf42e69

Please sign in to comment.