We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc1997 commit c8cbf2aCopy full SHA for c8cbf2a
.github/workflows/deploy.yml
@@ -190,13 +190,11 @@ jobs:
190
191
echo "Running post-deployment script..."
192
193
- bash ./infra/scripts/copy_kb_files.sh \
+ bash ./infra/scripts/process_sample_data.sh \
194
"${{ env.STORAGE_ACCOUNT_NAME }}" \
195
"${{ env.STORAGE_CONTAINER_NAME }}" \
196
- "${{ secrets.AZURE_CLIENT_ID }}"
197
-
198
- bash ./infra/scripts/run_create_index_scripts.sh \
199
"${{ env.KEY_VAULT_NAME }}" \
+ "${{ env.COSMOSDB_ACCOUNT_NAME }}" \
200
"${{ env.RESOURCE_GROUP_NAME }}" \
201
"${{ env.AI_SEARCH_SERVICE_NAME }}" \
202
"${{ secrets.AZURE_CLIENT_ID }}" \
0 commit comments