From 601cfbd95e6f78ca8dbb269fbec3bfed7f5fab51 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 31 May 2023 18:14:43 +0200 Subject: [PATCH] Revert "Fix typo in fixture filename" --- .../deploy_with_precentage_boot_strategy.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 test/fixtures/deploy_with_precentage_boot_strategy.yml diff --git a/test/fixtures/deploy_with_precentage_boot_strategy.yml b/test/fixtures/deploy_with_precentage_boot_strategy.yml new file mode 100644 index 00000000..eb68a52f --- /dev/null +++ b/test/fixtures/deploy_with_precentage_boot_strategy.yml @@ -0,0 +1,17 @@ +service: app +image: dhh/app +servers: + web: + - "1.1.1.1" + - "1.1.1.2" + workers: + - "1.1.1.3" + - "1.1.1.4" + +registry: + username: user + password: pw + +boot: + limit: 25% + wait: 2