fix: remover https
Some checks failed
BCards Deployment Pipeline / Run Tests (push) Successful in 2s
BCards Deployment Pipeline / PR Validation (push) Has been skipped
BCards Deployment Pipeline / Deploy to Production (ARM - OCI) (push) Has been cancelled
BCards Deployment Pipeline / Deploy to Staging (x86 - Local) (push) Has been cancelled
BCards Deployment Pipeline / Cleanup Old Resources (push) Has been cancelled
BCards Deployment Pipeline / Deployment Summary (push) Has been cancelled
BCards Deployment Pipeline / Build and Push Image (push) Has been cancelled
Some checks failed
BCards Deployment Pipeline / Run Tests (push) Successful in 2s
BCards Deployment Pipeline / PR Validation (push) Has been skipped
BCards Deployment Pipeline / Deploy to Production (ARM - OCI) (push) Has been cancelled
BCards Deployment Pipeline / Deploy to Staging (x86 - Local) (push) Has been cancelled
BCards Deployment Pipeline / Cleanup Old Resources (push) Has been cancelled
BCards Deployment Pipeline / Deployment Summary (push) Has been cancelled
BCards Deployment Pipeline / Build and Push Image (push) Has been cancelled
This commit is contained in:
parent
1978193777
commit
56454bec90
@ -294,7 +294,7 @@ jobs:
|
||||
-e MongoDb__ConnectionString="mongodb://admin:c4rn31r0@129.146.116.218:27017,141.148.162.114:27017/BCardsDB?replicaSet=rs0&authSource=admin" \
|
||||
-e MongoDb__DatabaseName="BCardsDB" \
|
||||
-e Logging__LogLevel__Default=Debug \
|
||||
-e Serilog__OpenSearchUrl="https://localhost:9201" \
|
||||
-e Serilog__OpenSearchUrl="http://localhost:9201" \
|
||||
-v /home/ubuntu/bcards-config/appsettings.Production.json:/app/appsettings.Production.json:ro \
|
||||
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
|
||||
|
||||
@ -344,7 +344,7 @@ jobs:
|
||||
-e MongoDb__ConnectionString="mongodb://admin:c4rn31r0@129.146.116.218:27017,141.148.162.114:27017/BCardsDB?replicaSet=rs0&authSource=admin" \
|
||||
-e MongoDb__DatabaseName="BCardsDB" \
|
||||
-e Logging__LogLevel__Default=Debug \
|
||||
-e Serilog__OpenSearchUrl="https://localhost:9202" \
|
||||
-e Serilog__OpenSearchUrl="http://localhost:9202" \
|
||||
-v /home/ubuntu/bcards-config/appsettings.Production.json:/app/appsettings.Production.json:ro \
|
||||
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
|
||||
|
||||
@ -426,7 +426,7 @@ jobs:
|
||||
--network host \
|
||||
-e ASPNETCORE_ENVIRONMENT=Staging \
|
||||
-e ASPNETCORE_URLS=http://+:8080 \
|
||||
-e Serilog__OpenSearchUrl="https://192.168.0.100:9200" \
|
||||
-e Serilog__OpenSearchUrl="http://192.168.0.100:9200" \
|
||||
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.version.outputs.version }}
|
||||
|
||||
echo "✅ Servidor Staging atualizado"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user