From 73e3bf9311400cb9acf85da9aa674cbbca6e6066 Mon Sep 17 00:00:00 2001 From: zzstoatzz Date: Mon, 3 Aug 2026 22:57:33 -0500 Subject: [PATCH] ci: authenticate Wisp deploy by handle --- .tangled/workflows/deploy-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tangled/workflows/deploy-docs.yml b/.tangled/workflows/deploy-docs.yml index e75cc9e..9ce35a7 100644 --- a/.tangled/workflows/deploy-docs.yml +++ b/.tangled/workflows/deploy-docs.yml @@ -12,7 +12,7 @@ dependencies: - patchelf environment: - WISP_DID: "did:plc:mkqt76xvfgxuemlwlx6ruc3w" + WISP_HANDLE: "zat.dev" WISP_SITE_NAME: "docs" steps: @@ -37,7 +37,7 @@ steps: # run to completion so wisp-cli's output flushes to the log, then fail # loudly on its exit code — `set -e` here would abort mid-step and the # error (e.g. auth failure) would never reach the log. - ./wisp-cli deploy "$WISP_DID" --path ./site-out --site "$WISP_SITE_NAME" --password "$ATPROTO_PASSWORD" + ./wisp-cli deploy "$WISP_HANDLE" --path ./site-out --site "$WISP_SITE_NAME" --password "$ATPROTO_PASSWORD" rc=$? if [ "$rc" -ne 0 ]; then echo "wisp docs deploy failed (wisp-cli exit $rc)" >&2 -- 2.51.2