mirror of
https://dev.azure.com/tstanciu94/Tuitio/_git/Tuitio
synced 2025-03-28 23:52:20 +02:00
remove secrets from source code
This commit is contained in:
parent
0840d28950
commit
8225a2de88
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user