Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
chore(github): Add new github workflow jobs for the new environment
Browse files Browse the repository at this point in the history
part of: COR-1167
  • Loading branch information
VWSCoronaDashboard25 committed Nov 18, 2022
1 parent da55787 commit d3a7b8e
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/infra-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- develop

jobs:
trigger-develop-build:
trigger-old-develop-build:
environment: Development
name: Call Azure Pipeline
runs-on: ubuntu-latest
Expand All @@ -16,3 +16,15 @@ jobs:
azure-devops-project-url: https://dev.azure.com/${{ secrets.AZURE_ORGANIZATION_NAME }}/${{ secrets.AZURE_PROJECT_NAME }}
azure-pipeline-name: ${{ secrets.AZURE_PIPELINE_NAME }}
azure-devops-token: ${{ secrets.AZURE_DEVOPS_TOKEN }}
trigger-develop-build:
environment: Development
name: Call Azure Pipeline
runs-on: ubuntu-latest
steps:
- name: Azure Pipelines Action
uses: Azure/pipelines@v1
with:
azure-devops-project-url: https://dev.azure.com/${{ secrets.VWS_AZURE_ORGANIZATION_NAME }}/${{ secrets.VWS_AZURE_PROJECT_NAME }}
azure-pipeline-name: ${{ secrets.VWS_AZURE_PIPELINE_NAME }}
azure-devops-token: ${{ secrets.VWS_AZURE_DEVOPS_TOKEN }}

0 comments on commit d3a7b8e

Please sign in to comment.