Skip to content

Commit

Permalink
OPHLUDOS-204 pass the pagerduty endpoint in deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
spkerkela committed Aug 26, 2024
1 parent 830c7e9 commit 085515e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy-scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ function main {
function deploy {
pushd "$repo"/infra

PAGERDUTY_ENDPOINT=$( get_secret "/pagerduty/event_url")
export PAGERDUTY_ENDPOINT
IMAGE_TAG="$revision" . "./cdk.sh" deploy --all

popd
Expand Down

0 comments on commit 085515e

Please sign in to comment.