From 3cdec3ceb6ffacbe4a8cbdf3aa5b749e5640664c Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sat, 11 Apr 2026 17:57:13 -0500 Subject: [PATCH] Add more Zapstore publish relays to CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a73c94b9..45e5d840 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -219,7 +219,7 @@ publish-zapstore: - if: $CI_COMMIT_TAG =~ /^v\d+\.\d+\.\d+$/ variables: SIGN_WITH: $ZAPSTORE_BUNKER_URL - RELAY_URLS: "wss://relay.zapstore.dev,wss://relay.ditto.pub" + RELAY_URLS: "wss://relay.zapstore.dev,wss://relay.ditto.pub,wss://relay.dreamith.to,wss://relay.primal.net" BLOSSOM_URL: "https://blossom.ditto.pub" script: - go install github.com/zapstore/zsp@latest