remove secrets from source code

master
Tudor Stanciu 2022-11-25 09:15:36 +02:00
parent 0840d28950
commit 8225a2de88
1 changed files with 3 additions and 3 deletions

View File

@ -9,8 +9,8 @@ sc create IdentityServer.Api binPath= "<path_to_the_service_executable>"
#######################################################################################################################################################
Push language package:
dotnet nuget push IdentityServer.PublishedLanguage.1.1.0.nupkg -k ******** -s http://***REMOVED***/NuGetServer/nuget
dotnet nuget push IdentityServer.Wrapper.1.1.0.nupkg -k ******** -s http://***REMOVED***/NuGetServer/nuget
dotnet nuget push IdentityServer.PublishedLanguage.1.1.0.nupkg -k ******** -s http://********/NuGetServer/nuget
dotnet nuget push IdentityServer.Wrapper.1.1.0.nupkg -k ******** -s http://********/NuGetServer/nuget
#######################################################################################################################################################
TO DO:
@ -39,7 +39,7 @@ docker push cloud.canister.io:5000/tstanciu/identity-server:api-1.0.1
Pull image from registry
--login to registry with readonly rights
docker login --username=***REMOVED*** --password=******** cloud.canister.io:5000
docker login --username=******** --password=******** cloud.canister.io:5000
--pull image
docker pull cloud.canister.io:5000/tstanciu/identity-server:api-1.0.1