Skip to content

Commit

Permalink
Trigger deploy to dev and prd
Browse files Browse the repository at this point in the history
Automatic deploy only ran on dev.
Should also run on prd
  • Loading branch information
Yrob committed May 7, 2024
1 parent 65b31f5 commit 71f5612
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/trigger-ado-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,19 @@ jobs:
name: Trigger Deploy pipeline on Azure DevOps.
runs-on: ubuntu-latest
steps:
- name: Call Azure
- name: Call Azure dev build
uses: amsterdam/trigger-ado-pipeline@v1
with:
pipeline-id: 1908
organisation: CloudCompetenceCenter
project: 'Data Diensten'
pat-token: ${{ secrets.AZURE_DEVOPS_TOKEN }}
template-params: '{"environment": "dev"}'
- name: Call Azure prd build
uses: amsterdam/trigger-ado-pipeline@v1
with:
pipeline-id: 1908
organisation: CloudCompetenceCenter
project: 'Data Diensten'
pat-token: ${{ secrets.AZURE_DEVOPS_TOKEN }}
template-params: '{"environment": "prd"}'

0 comments on commit 71f5612

Please sign in to comment.