Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/infra/refactor' into infra/refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlr committed Oct 3, 2023
2 parents 30f84b5 + 31c8aaf commit 3b65c23
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
4 changes: 3 additions & 1 deletion .infra/docker-compose.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ x-deploy-default: &deploy-default
parallelism: 1
delay: 10s
rollback_config:
parallelism: 0
parallelism: 1
delay: 10s
restart_policy:
window: 360s
delay: 120s
# Max 24hours
max_attempts: 240

Expand Down
6 changes: 5 additions & 1 deletion .infra/docker-compose.recette.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ services:
memory: 128m
update_config:
failure_action: rollback
parallelism: 1
delay: 10s
rollback_config:
parallelism: 0
parallelism: 1
delay: 10s
restart_policy:
window: 360s
delay: 120s
# Max 24hours
max_attempts: 240
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const FormHeaderComponent = ({ children }) => {
<Flex alignItems="center" flexDirection={["column", "column", "row"]}>
<Box flex="1" ml={["0", "0", "6em"]}>
<Flex flexDirection={["column", "column", "row"]} mt={[7, 0, 0]}>
<Text textStyle="h2" color="info">
<Text fontSize="2rem" fontWeight="bold" lineHeight="2.5rem" color="info">
{children}
</Text>
</Flex>
Expand Down
9 changes: 1 addition & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18765,14 +18765,7 @@ __metadata:
languageName: node
linkType: hard

"type-fest@npm:^4.2.0, type-fest@npm:^4.3.1":
version: 4.3.1
resolution: "type-fest@npm:4.3.1"
checksum: 04e0f073dcc31c113c1b8856c089b388e7e9f4383a9ed72cc1466a89ec50d9d67678844eeec342b5a1ce71b21e817764d4f067aa148f6bcb5df9005ff3803382
languageName: node
linkType: hard

"type-fest@npm:^4.3.3":
"type-fest@npm:^4.2.0, type-fest@npm:^4.3.1, type-fest@npm:^4.3.3":
version: 4.3.3
resolution: "type-fest@npm:4.3.3"
checksum: 843c1bb3c2c185594a3a3d67bd92e8194dfa31ca0d88c078371efdd8d2150ea278a624cb260c91824e1f486ff06759c96bc03a134af7f0575e2d06eaa8be1c32
Expand Down

0 comments on commit 3b65c23

Please sign in to comment.