Fix URL secrets

This commit is contained in:
2025-07-23 15:27:08 +02:00
parent 5475f2e8cc
commit c03d72bb2c

View File

@@ -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'