Skip to content

Adding secrets to the site

Matt Wicks [SSW] edited this page Nov 28, 2023 · 1 revision
  1. In infra/appService.bicep, add the name and value of the private key

doc1

  1. In infra/appService-create-pr-slot.bicep, do the same thing

doc1

  1. In .github/workflows/template-build.yml, add the key in
  • keyVault – Secrets

doc2

  • Docker – Build and push

doc3

  1. In DockerFile, add the key as ARG and ENV properties

doc4