Skip to content

Commit

Permalink
(+) fixed deploy stage name (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziopapi authored Oct 15, 2021
1 parent 9ca1687 commit 6f7e7f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devops/deploy-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ stages:
# Prepare Artifact
- stage: Deploy_io-p-fn-elt
- stage: Deploy_production
dependsOn:
- Release
jobs:
Expand Down Expand Up @@ -133,7 +133,7 @@ stages:
# Check that the io-p-fn-elt instance is healthy
- stage: Healthcheck
dependsOn:
- Deploy_io-p-fn-elt
- Deploy_production
jobs:
- job: 'do_healthcheck'
steps:
Expand Down

0 comments on commit 6f7e7f7

Please sign in to comment.