diff --git a/deploy-nugets.bat b/deploy-nugets.bat index 25fcb6a..a7035db 100644 --- a/deploy-nugets.bat +++ b/deploy-nugets.bat @@ -1,7 +1,7 @@ @echo off -set sourceP="https://git.pilzinsel64.de/api/v4/projects/8/packages/nuget/index.json" -set apikeyP=%GitLab_git_pilzinsel64_de% +set sourceP="https://git.pilzinsel64.de/api/packages/Pilz.NET/nuget/index.json" +set apikeyP=%Gitea_git_pilzinsel64_de% set sourceN="https://api.nuget.org/v3/index.json" set apikeyN=%NuGet_ApiKey% diff --git a/deploy-nugets.sh b/deploy-nugets.sh index 001f98d..d78c15d 100755 --- a/deploy-nugets.sh +++ b/deploy-nugets.sh @@ -1,8 +1,8 @@ #!/bin/bash set -e -sourceP="https://git.pilzinsel64.de/api/v4/projects/8/packages/nuget/index.json" -apikeyP="$GitLab_git_pilzinsel64_de" +sourceP="https://git.pilzinsel64.de/api/packages/Pilz.NET/nuget/index.json" +apikeyP="$Gitea_git_pilzinsel64_de" sourceN="https://api.nuget.org/v3/index.json" apikeyN="$NuGet_ApiKey"