-
Notifications
You must be signed in to change notification settings - Fork 5
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
add VITE_CLERK_PUBLISHABLE_KEY and refine terraform code for release #220
Conversation
terraform/Amplify/var.tf
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this whole file is permanently commented out from now onwards, I don't think it's necessary to be included in our codebase
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file is a hint for next time redeploy production, such as aws account. I spend several hours to figure it out, so I decide to keep it.
terraform/Amplify/main.tf
Outdated
# It is required when first time to deploy the app | ||
# oauth_token = var.github_oauth_token | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this is permanently commented out from now onwards, I don't think it's necessary to be included in our codebase
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file is a hint for next time redeploy production, such as aws account. I spent several hours to figure it out, so I decide to keep it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO it should be in a dedicated README.md or a run book / run script instead of it being a file but with its contents commented out. But yeah its not a blocker.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Accept it. Remove the file and comments
add domain for production env.
add production deployment branch