Skip to content

Commit 8797445

Browse files
APM-2884 Add prod to release pipeline
1 parent 9fd9e00 commit 8797445

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

azure/azure-release-pipeline.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ extends:
3434
- environment: internal-dev
3535
post_deploy:
3636
- template: ./templates/run-smoke-tests.yml
37+
- environment: prod
38+
post_deploy:
39+
- template: ./templates/run-smoke-tests.yml
40+
depends_on:
41+
- internal-dev
3742
# - environment: internal-qa
3843
# post_deploy:
3944
# - template: ./templates/run-smoke-tests.yml

0 commit comments

Comments
 (0)