initial attempt at IaC and CI/CD

This commit is contained in:
Chris Kruining 2024-11-14 16:22:11 +01:00
parent 597c7e4e0b
commit 820b251c61
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
11 changed files with 355 additions and 1 deletions

View file

@ -0,0 +1,8 @@
@export()
type Context = {
locationAbbreviation: string
location: string
environment: string
projectName: string
deployedAt: string
}