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

feat(deploy): seperate shared state #38

Merged
merged 3 commits into from
Nov 8, 2024

Conversation

hannahhoward
Copy link
Member

Goals

This fixes a bug that comes up with multiple workspaces around the hosted zone so that lives in a seperate workspace. It also adds CI for deploys

Implementation

  • split configs into shared (everyone uses these deploy cvonfigs) and app -- where most configs live that get deployed on a workspace specific context

@hannahhoward hannahhoward force-pushed the feat/fix-and-expand-deployment branch 2 times, most recently from f0638c5 to 02c6cc0 Compare November 8, 2024 16:15
Copy link
Member

@alanshaw alanshaw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 LGTM

@@ -68,7 +68,7 @@ resource "aws_lambda_function" "lambda" {
NOTIFIER_HEAD_BUCKET_NAME = aws_s3_bucket.notifier_head_bucket.bucket
NOTIFIER_SNS_TOPIC_ARN = aws_sns_topic.published_advertisememt_head_change.id
PRIVATE_KEY = aws_ssm_parameter.private_key.name
PUBLIC_URL = var.public_url
PUBLIC_URL = aws_apigatewayv2_domain_name.custom_domain.domain_name
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, nice I was going to do this...

@hannahhoward hannahhoward force-pushed the feat/fix-and-expand-deployment branch from a5ef8a8 to 1991073 Compare November 8, 2024 17:01
@hannahhoward hannahhoward force-pushed the feat/fix-and-expand-deployment branch from 1991073 to 0e11fca Compare November 8, 2024 17:35
@hannahhoward hannahhoward force-pushed the feat/fix-and-expand-deployment branch from 3d9000e to 25d997a Compare November 8, 2024 17:43
@hannahhoward hannahhoward merged commit a7e2608 into main Nov 8, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants