VED-810 (Child of VED-720) Standalone deploy Github Action to deploy backend#851
Merged
dlzhry2nhs merged 11 commits intomasterfrom Sep 29, 2025
Merged
Conversation
Contributor
|
This branch is working on a ticket in the NHS England VED JIRA Project. Here's a handy link to the ticket: VED-810 |
085228b to
2240afd
Compare
dlzhry2nhs
commented
Sep 26, 2025
bfd93fb to
b062415
Compare
|
Contributor
Author
|
Pre-prod was just a test that the gated checks work. Nothing untoward - expected failures with the plan. |
JamesW1-NHS
reviewed
Sep 29, 2025
JamesW1-NHS
approved these changes
Sep 29, 2025
mfjarvis
pushed a commit
that referenced
this pull request
Oct 22, 2025
mfjarvis
pushed a commit
that referenced
this pull request
Oct 27, 2025
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.



Summary
This purpose of this PR is to introduce a standalone Github Actions workflow to deploy the Imms Backend in isolation. However, some further changes were required outside of this scope and are outlined below.
Main Change
Testing - it will not be possible to run manually from the Github UI until this is merged to master. However, the manual
workflow_dispatchcan be triggered using the Github CLI with the following command:gh workflow run "Deploy Backend" --ref feature/VED-810-backend-deploy-pipeline -f apigee_environment=internal-dev -f environment=dev -f sub_environment=pr-851You can see the output here: https://github.com/NHSDigital/immunisation-fhir-api/actions/runs/18036125997
Additional changes
All additional changes described in more detail here: https://screening-discovery.slack.com/archives/C08AVB8MEBG/p1758813738227159
lambda/directory do not have their paths aligned in the terraform definition. What happens is everything was being flattened when preparing the files for the Azure DevOps pipeline. I have ensured the structure is maintained so it will work in both Azure and GH Actions. In future, we will be removing anything not relating to the proxy from Azure DevOps anyway.Reviews Required
Review Checklist
ℹ️ This section is to be filled in by the reviewer.