fix: remover porta
Some checks failed
BCards Deployment Pipeline / Deploy to Production (ARM - OCI) (push) Blocked by required conditions
BCards Deployment Pipeline / Deploy to Staging (x86 - Local) (push) Blocked by required conditions
BCards Deployment Pipeline / Cleanup Old Resources (push) Blocked by required conditions
BCards Deployment Pipeline / Deployment Summary (push) Blocked by required conditions
BCards Deployment Pipeline / Run Tests (push) Successful in 2s
BCards Deployment Pipeline / PR Validation (push) Has been skipped
BCards Deployment Pipeline / Build and Push Image (push) Has been cancelled
Some checks failed
BCards Deployment Pipeline / Deploy to Production (ARM - OCI) (push) Blocked by required conditions
BCards Deployment Pipeline / Deploy to Staging (x86 - Local) (push) Blocked by required conditions
BCards Deployment Pipeline / Cleanup Old Resources (push) Blocked by required conditions
BCards Deployment Pipeline / Deployment Summary (push) Blocked by required conditions
BCards Deployment Pipeline / Run Tests (push) Successful in 2s
BCards Deployment Pipeline / PR Validation (push) Has been skipped
BCards Deployment Pipeline / Build and Push Image (push) Has been cancelled
This commit is contained in:
parent
4ab141436f
commit
6f6a02ba3d
@ -229,7 +229,6 @@ jobs:
|
|||||||
--name bcards-prod \
|
--name bcards-prod \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
--network host \
|
--network host \
|
||||||
-p 8080:8080 \
|
|
||||||
-e ASPNETCORE_ENVIRONMENT=Production \
|
-e ASPNETCORE_ENVIRONMENT=Production \
|
||||||
-e ASPNETCORE_URLS=http://+:8080 \
|
-e ASPNETCORE_URLS=http://+:8080 \
|
||||||
-e MongoDb__ConnectionString="mongodb://admin:c4rn31r0@129.146.116.218:27017,141.148.162.114:27017/BCardsDB?replicaSet=rs0&authSource=admin" \
|
-e MongoDb__ConnectionString="mongodb://admin:c4rn31r0@129.146.116.218:27017,141.148.162.114:27017/BCardsDB?replicaSet=rs0&authSource=admin" \
|
||||||
@ -271,7 +270,6 @@ jobs:
|
|||||||
--name bcards-prod \
|
--name bcards-prod \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
--network host \
|
--network host \
|
||||||
-p 8080:8080 \
|
|
||||||
-e ASPNETCORE_ENVIRONMENT=Production \
|
-e ASPNETCORE_ENVIRONMENT=Production \
|
||||||
-e ASPNETCORE_URLS=http://+:8080 \
|
-e ASPNETCORE_URLS=http://+:8080 \
|
||||||
-e MongoDb__ConnectionString="mongodb://admin:c4rn31r0@129.146.116.218:27017,141.148.162.114:27017/BCardsDB?replicaSet=rs0&authSource=admin" \
|
-e MongoDb__ConnectionString="mongodb://admin:c4rn31r0@129.146.116.218:27017,141.148.162.114:27017/BCardsDB?replicaSet=rs0&authSource=admin" \
|
||||||
@ -356,7 +354,6 @@ jobs:
|
|||||||
--name bcards-staging \
|
--name bcards-staging \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
--network host \
|
--network host \
|
||||||
-p 8080:8080 \
|
|
||||||
-e ASPNETCORE_ENVIRONMENT=Staging \
|
-e ASPNETCORE_ENVIRONMENT=Staging \
|
||||||
-e ASPNETCORE_URLS=http://+:8080 \
|
-e ASPNETCORE_URLS=http://+:8080 \
|
||||||
-e Serilog__SeqUrl="http://localhost:5341" \
|
-e Serilog__SeqUrl="http://localhost:5341" \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user