File size: 571 Bytes
80db45a
 
31ced4c
 
 
80db45a
 
f29ddfe
80db45a
 
f24be86
 
 
 
 
 
 
f194cdb
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json

name: django-quiz-app
metadata:
  template: django-quiz-app@0.0.1-beta
services:
  web:
    project: ./src
    language: py
    host: appservice
hooks:
    postprovision:
      posix:
        shell: sh
        run: ./scripts/setup_postgres_azurerole.sh
        interactive: true
        continueOnError: false
      windows:
        shell: pwsh
        run: .\scripts\setup_postgres_azurerole.ps1
        interactive: true
        continueOnError: false