Skip to content

Commit

Permalink
[17584] Deploy to staging (#47)
Browse files Browse the repository at this point in the history
* Add staging pipeline file (#36)

* add file

* fix

* feat(cli): update seeder (#35)

* Add deploy stage to logto-admin (#38)

* fix(cli): fix logto pipeline (#40)

* fix(cli): fix seeder to handle empty data (#41)

fix(cli): fix seeder to handle empty values

* feat: logto uat changes (#43)

* feat: logto uat changes

* Update pipeline-variables/uat.yml

Co-authored-by: Sara Zanellato <[email protected]>

---------

Co-authored-by: Sara Zanellato <[email protected]>

---------

Co-authored-by: Alfonso Graziano <[email protected]>
Co-authored-by: Norbert Nagy <[email protected]>
Co-authored-by: William Monteiro <[email protected]>
  • Loading branch information
4 people committed Jun 27, 2024
1 parent 9b91d9f commit 46cb5fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion azure_pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ stages:
parameters:
awsServiceConnection: ${{ variables.awsServiceConnection }}
awsRegion: ${{ variables.awsRegion }}
serviceName: logto-admin
serviceName: logto-admin
5 changes: 5 additions & 0 deletions pipeline-variables/uat.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
variables:
awsServiceConnection: life-events-uat-ecr
awsRegion: eu-west-1
ecrEndpoint: 339713032391.dkr.ecr.eu-west-1.amazonaws.com
buildArguments: ""

0 comments on commit 46cb5fa

Please sign in to comment.