From 88c821e6b994e89cdf43347ba02cee008ae96a04 Mon Sep 17 00:00:00 2001 From: Josh Wilson Date: Wed, 6 Mar 2024 11:51:45 +0900 Subject: [PATCH] chore(ci): add safenodemand to node-manager bucket --- Justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Justfile b/Justfile index e9bb0a2ac2..943c132f2d 100644 --- a/Justfile +++ b/Justfile @@ -292,6 +292,9 @@ upload-release-assets-to-s3 bin_name: safenode-manager) bucket="sn-node-manager" ;; + safenodemand) + bucket="sn-node-manager" + ;; faucet) bucket="sn-faucet" ;;