Skip to content

Commit f996227

Browse files
committed
disable auto database setup
1 parent d630067 commit f996227

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

azure.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ services:
2424
run: cd ../frontend;npm install;npm run build
2525
interactive: false
2626
continueOnError: false
27-
hooks:
28-
postprovision:
29-
windows:
30-
shell: pwsh
31-
run: .\scripts\setup_postgres_database.ps1;.\scripts\setup_postgres_azurerole.ps1;.\scripts\setup_postgres_seeddata.ps1
32-
interactive: true
33-
continueOnError: false
34-
posix:
35-
shell: sh
36-
run: ./scripts/setup_postgres_database.sh;./scripts/setup_postgres_azurerole.sh;./scripts/setup_postgres_seeddata.sh
37-
interactive: true
38-
continueOnError: false
27+
# hooks:
28+
# postprovision:
29+
# windows:
30+
# shell: pwsh
31+
# run: .\scripts\setup_postgres_database.ps1;.\scripts\setup_postgres_azurerole.ps1;.\scripts\setup_postgres_seeddata.ps1
32+
# interactive: true
33+
# continueOnError: false
34+
# posix:
35+
# shell: sh
36+
# run: ./scripts/setup_postgres_database.sh;./scripts/setup_postgres_azurerole.sh;./scripts/setup_postgres_seeddata.sh
37+
# interactive: true
38+
# continueOnError: false
3939
pipeline:
4040
variables:
4141
- DEPLOY_AZURE_OPENAI

0 commit comments

Comments
 (0)