Skip to content

Commit

Permalink
Add deploy stage to logto-admin (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamwd authored Jun 20, 2024
1 parent 8db6f25 commit 0388ae0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion azure_pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,9 @@ stages:
parameters:
awsServiceConnection: ${{ variables.awsServiceConnection }}
awsRegion: ${{ variables.awsRegion }}
serviceName: logto
serviceName: logto
- template: pipeline-templates/deploy_ecs.yml
parameters:
awsServiceConnection: ${{ variables.awsServiceConnection }}
awsRegion: ${{ variables.awsRegion }}
serviceName: logto-admin

0 comments on commit 0388ae0

Please sign in to comment.