remove secrets from source code
parent
0840d28950
commit
8225a2de88
|
@ -9,8 +9,8 @@ sc create IdentityServer.Api binPath= "<path_to_the_service_executable>"
|
||||||
#######################################################################################################################################################
|
#######################################################################################################################################################
|
||||||
Push language package:
|
Push language package:
|
||||||
|
|
||||||
dotnet nuget push IdentityServer.PublishedLanguage.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://***REMOVED***/NuGetServer/nuget
|
dotnet nuget push IdentityServer.Wrapper.1.1.0.nupkg -k ******** -s http://********/NuGetServer/nuget
|
||||||
#######################################################################################################################################################
|
#######################################################################################################################################################
|
||||||
|
|
||||||
TO DO:
|
TO DO:
|
||||||
|
@ -39,7 +39,7 @@ docker push cloud.canister.io:5000/tstanciu/identity-server:api-1.0.1
|
||||||
|
|
||||||
Pull image from registry
|
Pull image from registry
|
||||||
--login to registry with readonly rights
|
--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
|
--pull image
|
||||||
docker pull cloud.canister.io:5000/tstanciu/identity-server:api-1.0.1
|
docker pull cloud.canister.io:5000/tstanciu/identity-server:api-1.0.1
|
||||||
|
|
Loading…
Reference in New Issue