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

Automate deployments from GitHub to Elastic Beanstalk #6

Open
victorlin opened this issue Aug 6, 2020 · 0 comments
Open

Automate deployments from GitHub to Elastic Beanstalk #6

victorlin opened this issue Aug 6, 2020 · 0 comments
Assignees

Comments

@victorlin
Copy link
Member

I did this for serratus-api using AWS CodePipeline+CodeBuild, but it's a bit nontrivial here since the project relies on secret values inside an untracked appsettings.json. So far we have gotten around this with deployments from local machines.

AWS Secrets Manager seems to be the way to go. I've looked into it a little bit and looks like we can:

  1. get them during deployment-time as environment variables (source), or
  2. reference them in the code directly

I'm thinking the 2nd option is easier, we'll just have to update the configuration builder.

@victorlin victorlin self-assigned this Aug 6, 2020
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

No branches or pull requests

1 participant