-
Notifications
You must be signed in to change notification settings - Fork 0
Labels
enhancementNew feature or requestNew feature or request
Description
Two deployment pipelines are needed to deploy the application to AWS. This is going to be done with GitHub actions. The two that are needed is one for production and one for a development environment.
The details still need to be worked out but for now we're thinking branches will deploy to the development environment and the main branch will deploy to prod once the pull request is successful.
Create the following GitHub actions:
- On commit to a branch deploy to dev.
- On pull request to a main deploy to prod.
Sub-issues
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Done