fix: checkout
Some checks failed
BCards Deployment Pipeline / Deploy to Production (ARM - OCI) (push) Blocked by required conditions
BCards Deployment Pipeline / Deploy to Release Swarm (ARM) (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:
Ricardo Carneiro 2025-10-27 21:18:21 -03:00
parent 644dbf0974
commit e1c1f38a34

View File

@ -191,6 +191,9 @@ jobs:
environment: production
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Create Production Configuration
run: |
echo "🔧 Creating appsettings.Production.json with environment variables..."