From c03d72bb2c8bb3e9df3b276ee3e3df9732a2e8f6 Mon Sep 17 00:00:00 2001 From: Marcel Stangenberger Date: Wed, 23 Jul 2025 15:27:08 +0200 Subject: [PATCH] Fix URL secrets --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 0d61dfe..0a25576 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,7 +1,7 @@ #!/bin/bash CODE=https://git.xo.nl/marcel/deploy/raw/branch/master -SECRET=https://git.xo.nl/marcel/secret/raw/branch/main +SECRET=https://git.xo.nl/marcel/secrets/raw/branch/main GREEN='\033[0;32m' RED='\033[0;31m' NOCOL='\033[0m'