initial attempt at IaC and CI/CD
This commit is contained in:
parent
597c7e4e0b
commit
820b251c61
11 changed files with 355 additions and 1 deletions
8
infrastructure/types.bicep
Normal file
8
infrastructure/types.bicep
Normal file
|
@ -0,0 +1,8 @@
|
|||
@export()
|
||||
type Context = {
|
||||
locationAbbreviation: string
|
||||
location: string
|
||||
environment: string
|
||||
projectName: string
|
||||
deployedAt: string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue