From f916fdf934a1a5e846ff2bfd021f1f0527f9887a Mon Sep 17 00:00:00 2001 From: Dominic Byrd-McDevitt Date: Tue, 14 Apr 2026 11:43:17 -0400 Subject: [PATCH] =?UTF-8?q?chore:=20update=20DEPLOY.md=20=E2=80=94=20deplo?= =?UTF-8?q?y-api-services=20now=20lives=20in=20dpla/api?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The combined deploy script is now versioned at bin/deploy-api-services in the dpla/api repo. Updated the reference so operators know where to find it rather than "ask in #tech". Co-Authored-By: Claude Sonnet 4.6 --- DEPLOY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPLOY.md b/DEPLOY.md index 0f721ca..c95e2c3 100644 --- a/DEPLOY.md +++ b/DEPLOY.md @@ -14,7 +14,7 @@ When deploying both the thumbnail API and the DPLA API in the same maintenance w ~/bin/deploy-api-services api # api only ``` -The script lives at `~/bin/deploy-api-services` on the operator's local machine. If it's missing, ask in #tech or check with the person who last deployed. +The script lives at `bin/deploy-api-services` in the `dpla/api` repository. Copy it to `~/bin/` on the deploy machine: `cp bin/deploy-api-services ~/bin/ && chmod +x ~/bin/deploy-api-services`. If it is missing from the deploy machine, check the repo. ---