Skip to content

Commit

Permalink
ci: change nx configuration name for production (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
pregno authored Aug 23, 2024
1 parent 73334dd commit c692c5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/docs/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"configurations": {
"dev": {
"push": true,
"build-args": ["DEPLOY_ENV=dev"],
"build-args": ["DEPLOY_ENV=development"],
"tags": [
"730335224023.dkr.ecr.eu-west-1.amazonaws.com/life-events-design-system:dev",
"730335224023.dkr.ecr.eu-west-1.amazonaws.com/life-events-design-system:latest"
Expand All @@ -43,7 +43,7 @@
"339713032391.dkr.ecr.eu-west-1.amazonaws.com/life-events-design-system:latest"
]
},
"production": {
"prod": {
"push": true,
"build-args": ["DEPLOY_ENV=production"],
"tags": [
Expand Down

0 comments on commit c692c5e

Please sign in to comment.