Skip to content

Bump idna from 3.6 to 3.7 in /server #30

Bump idna from 3.6 to 3.7 in /server

Bump idna from 3.6 to 3.7 in /server #30

name: CI
# Run this workflow every time a commit is pushed to main
# The `workflow_dispatch` had been added to be able to run the
# workflow manually (for testing purposes).
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
name: Trigger Deploy pipeline on Azure DevOps.
runs-on: ubuntu-latest
steps:
- 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"}'