Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.11 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.11 KB

CCS Scale CaT Service (API)

Overview

This is the Java 11+ SpringBoot implementation of the CaT (Tenders) API Open API specification.

Deployment

This application is hosted on AWS and we use Jenkins to deploy the code.

The environments are mapped as follows:

Environment Branch
Sandbox 4 release/sbx4
Development develop
Integration release/int
NFT release/nft
UAT release/uat
Pre-Production release/pre
Production release/prod

When your code changes are merged you will need to deploy the code manually.

To do this you must run the job to build the docker image for the app. Make sure you are targeting the right branch for the environment you wish to deploy to.

Once the image has been built, the job to deploy the code can be run which releases the code to the selected environment.