Skip to content

Commit

Permalink
fix(cli): fix logto pipeline (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnorbert authored Jun 21, 2024
1 parent 0388ae0 commit f5f22b2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion azure_pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,12 @@ stages:
awsServiceConnection: ${{ variables.awsServiceConnection }}
awsRegion: ${{ variables.awsRegion }}
serviceName: logto
- stage: Deploy_Logto_Admin
displayName: Deploy to ECS - logto Admin
dependsOn: Push_Logto
jobs:
- template: pipeline-templates/deploy_ecs.yml
parameters:
awsServiceConnection: ${{ variables.awsServiceConnection }}
awsRegion: ${{ variables.awsRegion }}
serviceName: logto-admin
serviceName: logto-admin

0 comments on commit f5f22b2

Please sign in to comment.