Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 931 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 931 Bytes

Deployment

For the deployment Terraform needs to be installed.

In infrastructure/ initialize the deployment with

terraform init

Create / update the infrastructure with

terraform apply
  • Add output api_key in github as a action secret named AZURE_STATIC_WEB_APP_TOKEN.
  • Secret for azure function has to be get manually. Reference. Download Go to azure portal -> func-ratable-core -> Overview -> Get publish profile. Copy the contents to github as a action secret named AZURE_FUNCTIONAPP_PUBLISH_PROFILE.

Google SSO

Follow following tutorials

How it works