From f5f22b233770bec1b7dbea83e78aa06ab657e30a Mon Sep 17 00:00:00 2001 From: Norbert Nagy Date: Fri, 21 Jun 2024 14:56:42 +0300 Subject: [PATCH] fix(cli): fix logto pipeline (#40) --- 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