Open
Conversation
…he DEPLOY_USER secret instead of hardcoding "ubuntu". This allows for more flexibility in deployment configurations.
…nd change plan command to deploy
|
@jesbinjoseph On reading a bit, I've come across the thought that the idea of updating the image using tofu/terraform is fundamentally flawed, and ideally the CI/CD Pipeline should be separate, and the tofu scripts need not ever update the image. If we switch to proper helm charts, the tofu script can have: And the CI/CD Pipeline would simply do |
Removed multiple Plug configurations for care_state_hmis, abdm, and care_scribe.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed Changes
Associated Issue
Prerequisites
Install the following packages on the jumphost. You can skip this if they already exist on the machine.
This deploy stage needs SSH access to the jumphost. Please add the following secrets in your GitHub repo under Settings > Secrets and variables > Actions:
DEPLOY_SSH_KEYDEPLOY_HOSTDEPLOY_USERubuntu)DEPLOY_PATHdeploy-backendon the jumphost (e.g./home/ubuntu/iac_tofu_template/deploy-backend)Additional Docs
Merge Checklist
/docsOnly PR's with test cases included and passing lint and test pipelines will be reviewed
@ohcnetwork/care-backend-maintainers @ohcnetwork/care-backend-admins