update deploy script
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
set sourceP="https://git.pilzinsel64.de/api/v4/projects/8/packages/nuget/index.json"
|
set sourceP="https://git.pilzinsel64.de/api/packages/Pilz.NET/nuget/index.json"
|
||||||
set apikeyP=%GitLab_git_pilzinsel64_de%
|
set apikeyP=%Gitea_git_pilzinsel64_de%
|
||||||
|
|
||||||
set sourceN="https://api.nuget.org/v3/index.json"
|
set sourceN="https://api.nuget.org/v3/index.json"
|
||||||
set apikeyN=%NuGet_ApiKey%
|
set apikeyN=%NuGet_ApiKey%
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
sourceP="https://git.pilzinsel64.de/api/v4/projects/8/packages/nuget/index.json"
|
sourceP="https://git.pilzinsel64.de/api/packages/Pilz.NET/nuget/index.json"
|
||||||
apikeyP="$GitLab_git_pilzinsel64_de"
|
apikeyP="$Gitea_git_pilzinsel64_de"
|
||||||
|
|
||||||
sourceN="https://api.nuget.org/v3/index.json"
|
sourceN="https://api.nuget.org/v3/index.json"
|
||||||
apikeyN="$NuGet_ApiKey"
|
apikeyN="$NuGet_ApiKey"
|
||||||
|
|||||||
Reference in New Issue
Block a user