Skip to content

Commit

Permalink
fix pipelines#2
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualespica committed Jul 12, 2022
1 parent a010f95 commit c3f51a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devops/deploy-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ stages:
displayName: 'Deploy_to_${{ parameters.ENV }}'
pool:
vmImage: $(vmImageNameDefault)
environment: '$(environment)'
environment: '${{ parameters.ENV }}'
strategy:
runOnce:
deploy:
Expand Down

0 comments on commit c3f51a8

Please sign in to comment.