diff --git a/azure_pipelines.yml b/azure_pipelines.yml index 14c818bfccc..0c5f5095977 100644 --- a/azure_pipelines.yml +++ b/azure_pipelines.yml @@ -74,4 +74,9 @@ stages: parameters: awsServiceConnection: ${{ variables.awsServiceConnection }} awsRegion: ${{ variables.awsRegion }} - serviceName: logto \ No newline at end of file + serviceName: logto + - template: pipeline-templates/deploy_ecs.yml + parameters: + awsServiceConnection: ${{ variables.awsServiceConnection }} + awsRegion: ${{ variables.awsRegion }} + serviceName: logto-admin \ No newline at end of file