From 89f55dbe4142ede568d132b3dc81ad50b670c5d5 Mon Sep 17 00:00:00 2001 From: Norbert Nagy Date: Fri, 21 Jun 2024 14:54:09 +0300 Subject: [PATCH] fix(cli): fix logto pipeline --- azure_pipelines.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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