Create GitHub Actions Workflow to Deploy ENP to Any Env #76
Labels
Dev Reviewed
Reviewed by Tech Lead
devops
Issue is related to devops
Notify
Board trigger
PM Reviewed
Reviewed by Product Manager
QA Reviewed
Reviewed by Quality Assurance
QA
Issue requires QA collaboration
User Story - Business Need
We need a Github Actions Workflow that deploys ENP to any env we choose (between dev and perf for now).
User Story(ies)
As a VA Notify Developer
I want a Github Actions Workflow that deploys ENP to dev and perf
So that I can begin deploying and testing ENP in the cloud.
Additional Info and Resources
This will look very similar to what we have in API right now (https://github.com/department-of-veterans-affairs/notification-api/blob/main/.github/workflows/dev_deploy.yml). It will be designed to leverage "actions" in places where we currently use workflows.
Because there is another ticket to create the task definitions, this workflow is not expected to work right from the start. I may have to deploy a hello world container instead of the actual task definitions, since task definitions won't be created yet.
Acceptance Criteria
QA Considerations
deployment
field of a PR probably links to the deploymentPotential Dependencies
We are overhauling the local docker container in #125 - check to see if that work is needed before this work.
The text was updated successfully, but these errors were encountered: