Skip to content

Commit

Permalink
Release heartbeat changes again (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
sastels authored Feb 3, 2025
1 parent 65963f2 commit cd84771
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7114,12 +7114,12 @@ const PROJECTS_LAMBDAS = [
// ecrUrl: "${PRODUCTION_ECR_ACCOUNT}.dkr.ecr.ca-central-1.amazonaws.com/notify",
// ecrName: "system_status",
// },
// {
// repoName: "notification-lambdas",
// manifestFile: ".github/workflows/merge_to_main_production.yaml",
// ecrUrl: "${PRODUCTION_ECR_ACCOUNT}.dkr.ecr.ca-central-1.amazonaws.com/notify",
// ecrName: "heartbeat",
// },
{
repoName: "notification-lambdas",
manifestFile: ".github/workflows/merge_to_main_production.yaml",
ecrUrl: "${PRODUCTION_ECR_ACCOUNT}.dkr.ecr.ca-central-1.amazonaws.com/notify",
ecrName: "heartbeat",
},
]

// Shas ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
12 changes: 6 additions & 6 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ const PROJECTS_LAMBDAS = [
// ecrUrl: "${PRODUCTION_ECR_ACCOUNT}.dkr.ecr.ca-central-1.amazonaws.com/notify",
// ecrName: "system_status",
// },
// {
// repoName: "notification-lambdas",
// manifestFile: ".github/workflows/merge_to_main_production.yaml",
// ecrUrl: "${PRODUCTION_ECR_ACCOUNT}.dkr.ecr.ca-central-1.amazonaws.com/notify",
// ecrName: "heartbeat",
// },
{
repoName: "notification-lambdas",
manifestFile: ".github/workflows/merge_to_main_production.yaml",
ecrUrl: "${PRODUCTION_ECR_ACCOUNT}.dkr.ecr.ca-central-1.amazonaws.com/notify",
ecrName: "heartbeat",
},
]

// Shas ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit cd84771

Please sign in to comment.