Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MANIFEST] : Update merge_to_main_production.yaml #2316

Merged
merged 1 commit into from
Jan 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/merge_to_main_production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
env:
PRIVATE_ECR: ${{ secrets.PRODUCTION_AWS_ACCOUNT }}.dkr.ecr.ca-central-1.amazonaws.com/notify
API_LAMBDA_IMAGE: api-lambda:92febf2
HEARTBEAT_LAMBDA_IMAGE: heartbeat:fb6dcdfda3c8e21ef997e75d1cb872bb08916cf3
SYSTEM_STATUS_LAMBDA_IMAGE: system_status:fb6dcdfda3c8e21ef997e75d1cb872bb08916cf3
HEARTBEAT_IMAGE: heartbeat:fb6dcdfda3c8e21ef997e75d1cb872bb08916cf3
SYSTEM_STATUS_IMAGE: system_status:fb6dcdfda3c8e21ef997e75d1cb872bb08916cf3
KUBECTL_VERSION: 1.23.6

defaults:
Expand Down Expand Up @@ -97,14 +97,14 @@ jobs:
with:
alias-name: latest
function-name: heartbeat
image-uri: $PRIVATE_ECR/$HEARTBEAT_LAMBDA_IMAGE
image-uri: $PRIVATE_ECR/$HEARTBEAT_IMAGE

- name: Deploy System Status lambda
uses: ./.github/actions/update-lambda-function
with:
alias-name: latest
function-name: system_status
image-uri: $PRIVATE_ECR/$SYSTEM_STATUS_LAMBDA_IMAGE
image-uri: $PRIVATE_ECR/$SYSTEM_STATUS_IMAGE

- name: Add deployment to New Relic
run: |
Expand Down
Loading