From 3d86231e295a2c770b64dc43217b493273816759 Mon Sep 17 00:00:00 2001 From: Emi Matchu Date: Fri, 31 Oct 2025 03:34:02 +0000 Subject: [PATCH] Oops, re-enable setting as default upon deploy --- deploy/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/deploy.yml b/deploy/deploy.yml index 7173448b..63bb0a9c 100644 --- a/deploy/deploy.yml +++ b/deploy/deploy.yml @@ -23,7 +23,7 @@ # 6. Update the service file manually to reference the newly-uploaded version by path. # 7. Link the new version as `current` manually. # 8. Reset the service file to use the new Ruby to run `current`. - skip_set_as_current: yes + skip_set_as_current: no tasks: - name: Generate a version name from the current timestamp command: date '+%Y-%m-%d-%s'