Skip to content

Commit

Permalink
Merge pull request #125 from dfe-analytical-services/development
Browse files Browse the repository at this point in the history
Add a second pipeline for the development environment
  • Loading branch information
cjrace authored Jul 17, 2024
2 parents b467618 + 9d29b49 commit b3ec03e
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions azure-pipelines-dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: ees-data-screener-$(rev:r)

pool:
name: RSConnect

trigger:
branches:
include:
- development

paths:
exclude:
- azure-pipelines.yml
- azure-pipelines-dev.yml

resources:
repositories:
- repository: posit-deploy
type: git
name: ESFA-Data-Science/posit-deploy

extends:
template: deploy.yml@posit-deploy
parameters:
appName: dfe-published-data-qa
environments:
- name: Pre-Production
appId: 460
approvers: |
[email protected]
[email protected]

0 comments on commit b3ec03e

Please sign in to comment.