diff --git a/azure_pipelines.yml b/azure_pipelines.yml index 0c5f5095977..4085f714049 100644 --- a/azure_pipelines.yml +++ b/azure_pipelines.yml @@ -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 \ No newline at end of file + serviceName: logto-admin