Skip to content

Commit c8cbf2a

Browse files
Update post-deployment script to process sample data and remove seperate scripts
1 parent 7dc1997 commit c8cbf2a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,13 +190,11 @@ jobs:
190190
191191
echo "Running post-deployment script..."
192192
193-
bash ./infra/scripts/copy_kb_files.sh \
193+
bash ./infra/scripts/process_sample_data.sh \
194194
"${{ env.STORAGE_ACCOUNT_NAME }}" \
195195
"${{ env.STORAGE_CONTAINER_NAME }}" \
196-
"${{ secrets.AZURE_CLIENT_ID }}"
197-
198-
bash ./infra/scripts/run_create_index_scripts.sh \
199196
"${{ env.KEY_VAULT_NAME }}" \
197+
"${{ env.COSMOSDB_ACCOUNT_NAME }}" \
200198
"${{ env.RESOURCE_GROUP_NAME }}" \
201199
"${{ env.AI_SEARCH_SERVICE_NAME }}" \
202200
"${{ secrets.AZURE_CLIENT_ID }}" \

0 commit comments

Comments
 (0)