From 2f7feaf59d9a9b9d340ac25c1fcf66daa81ea890 Mon Sep 17 00:00:00 2001 From: Ryan Ahearn Date: Sat, 26 Apr 2025 12:17:59 -0400 Subject: [PATCH] Update name of KAMAL_ROLES in sample hooks files --- lib/kamal/cli/templates/sample_hooks/post-deploy.sample | 2 +- lib/kamal/cli/templates/sample_hooks/pre-build.sample | 2 +- lib/kamal/cli/templates/sample_hooks/pre-connect.sample | 2 +- lib/kamal/cli/templates/sample_hooks/pre-deploy.sample | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/kamal/cli/templates/sample_hooks/post-deploy.sample b/lib/kamal/cli/templates/sample_hooks/post-deploy.sample index 75efafc1..fd364c2a 100755 --- a/lib/kamal/cli/templates/sample_hooks/post-deploy.sample +++ b/lib/kamal/cli/templates/sample_hooks/post-deploy.sample @@ -7,7 +7,7 @@ # KAMAL_PERFORMER # KAMAL_VERSION # KAMAL_HOSTS -# KAMAL_ROLE (if set) +# KAMAL_ROLES (if set) # KAMAL_DESTINATION (if set) # KAMAL_RUNTIME diff --git a/lib/kamal/cli/templates/sample_hooks/pre-build.sample b/lib/kamal/cli/templates/sample_hooks/pre-build.sample index f87d8113..c5a55678 100755 --- a/lib/kamal/cli/templates/sample_hooks/pre-build.sample +++ b/lib/kamal/cli/templates/sample_hooks/pre-build.sample @@ -13,7 +13,7 @@ # KAMAL_PERFORMER # KAMAL_VERSION # KAMAL_HOSTS -# KAMAL_ROLE (if set) +# KAMAL_ROLES (if set) # KAMAL_DESTINATION (if set) if [ -n "$(git status --porcelain)" ]; then diff --git a/lib/kamal/cli/templates/sample_hooks/pre-connect.sample b/lib/kamal/cli/templates/sample_hooks/pre-connect.sample index 18e61d7e..77744bdc 100755 --- a/lib/kamal/cli/templates/sample_hooks/pre-connect.sample +++ b/lib/kamal/cli/templates/sample_hooks/pre-connect.sample @@ -9,7 +9,7 @@ # KAMAL_PERFORMER # KAMAL_VERSION # KAMAL_HOSTS -# KAMAL_ROLE (if set) +# KAMAL_ROLES (if set) # KAMAL_DESTINATION (if set) # KAMAL_RUNTIME diff --git a/lib/kamal/cli/templates/sample_hooks/pre-deploy.sample b/lib/kamal/cli/templates/sample_hooks/pre-deploy.sample index 06b86aa1..665197f1 100755 --- a/lib/kamal/cli/templates/sample_hooks/pre-deploy.sample +++ b/lib/kamal/cli/templates/sample_hooks/pre-deploy.sample @@ -13,7 +13,7 @@ # KAMAL_HOSTS # KAMAL_COMMAND # KAMAL_SUBCOMMAND -# KAMAL_ROLE (if set) +# KAMAL_ROLES (if set) # KAMAL_DESTINATION (if set) # Only check the build status for production deployments