Skip to content

Commit

Permalink
Update copilot-deploy-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BryceAmackerLE committed Sep 29, 2023
1 parent dcb96a7 commit 92da905
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/copilot-deploy-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,23 @@ jobs:
AZURE_SUBSCRIPTION_ID: ${{secrets.AZURE_SUBSCRIPTION_ID}}
AZURE_OPENAI_ENDPOINT: ${{secrets.AZURE_OPENAI_ENDPOINT}}

int-tests:
uses: ./.github/workflows/copilot-run-integration-tests.yml
needs: int
with:
ENVIRONMENT: int
BACKEND_HOST: ${{needs.int.outputs.backend-host}}

stable:
needs: int-tests
uses: ./.github/workflows/copilot-deploy-environment.yml
with:
ENVIRONMENT: stable
WEBAPI_ARTIFACT_NAME: ${{needs.build-webapi.outputs.artifact}}
MEMORYPIPELINE_ARTIFACT_NAME: ${{needs.build-memorypipeline.outputs.artifact}}
secrets:
AZURE_CLIENT_ID: ${{secrets.AZURE_CLIENT_ID}}
AZURE_CLIENT_SECRET: ${{secrets.AZURE_CLIENT_SECRET}}
AZURE_TENANT_ID: ${{secrets.AZURE_TENANT_ID}}
AZURE_SUBSCRIPTION_ID: ${{secrets.AZURE_SUBSCRIPTION_ID}}
AZURE_OPENAI_ENDPOINT: ${{secrets.AZURE_OPENAI_ENDPOINT}}
# int-tests:
# uses: ./.github/workflows/copilot-run-integration-tests.yml
# needs: int
# with:
# ENVIRONMENT: int
# BACKEND_HOST: ${{needs.int.outputs.backend-host}}

# stable:
# needs: int-tests
# uses: ./.github/workflows/copilot-deploy-environment.yml
# with:
# ENVIRONMENT: stable
# WEBAPI_ARTIFACT_NAME: ${{needs.build-webapi.outputs.artifact}}
# MEMORYPIPELINE_ARTIFACT_NAME: ${{needs.build-memorypipeline.outputs.artifact}}
# secrets:
# AZURE_CLIENT_ID: ${{secrets.AZURE_CLIENT_ID}}
# AZURE_CLIENT_SECRET: ${{secrets.AZURE_CLIENT_SECRET}}
# AZURE_TENANT_ID: ${{secrets.AZURE_TENANT_ID}}
# AZURE_SUBSCRIPTION_ID: ${{secrets.AZURE_SUBSCRIPTION_ID}}
# AZURE_OPENAI_ENDPOINT: ${{secrets.AZURE_OPENAI_ENDPOINT}}

0 comments on commit 92da905

Please sign in to comment.