Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

DFE-Digital/claim-additional-payments-for-teaching-infrastructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claim Additional Payments for Teaching

Contains the terraform code and pipelines required to build the base infrastructure for Claim additional payments for teaching. The build and deployment of the application are done from the main repository.

Documentation

Most documentation for the service can be found on the project's Confluence wiki and in the main repository.

Operations

Requirements

Deployment

Use Makefile commands to simplify manual operations. The commands are run for a single environment like "review" or "production". See the Makefile for the available environments.

Login to Azure via the az cli:

az login

Review what is about to be deployed:

make <environment> terraform-plan

Deploy:

make <environment> terraform-apply