update deploy script

# Conflicts:
#	Pilz.Net/Pilz.Net.csproj
#	Pilz/Pilz.csproj
This commit is contained in:
2025-12-19 14:27:31 +01:00
parent b940686cdd
commit 6b0b19fcfb
20 changed files with 22 additions and 22 deletions

View File

@@ -1,8 +1,8 @@
#!/bin/bash
set -e
sourceP="https://git.pilzinsel64.de/api/v4/projects/6/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"