-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathazure.yaml
More file actions
34 lines (33 loc) · 811 Bytes
/
azure.yaml
File metadata and controls
34 lines (33 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json
name: cosmos-db-mongodb-vcore-python-quickstart
metadata:
template: cosmos-db-mongodb-vcore-python-quickstart
services:
api:
project: ./src/api
language: docker
host: containerapp
web:
project: ./src/web
language: docker
host: containerapp
pipeline:
provider: github
hooks:
postprovision:
posix:
shell: sh
interactive: true
continueOnError: false
run: |
echo "
SETTINGS__ENDPOINT=\"$SETTINGS__ENDPOINT\"
" > ./src/.env
windows:
shell: pwsh
interactive: true
continueOnError: false
run: |
echo "
SETTINGS__ENDPOINT=""$env:SETTINGS__ENDPOINT""
" > ./src/.env