From 0388ae05e603c4efc30504ac4b65e164fa300a1b Mon Sep 17 00:00:00 2001 From: William Monteiro Date: Thu, 20 Jun 2024 11:22:10 -0300 Subject: [PATCH] Add deploy stage to logto-admin (#38) --- azure_pipelines.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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