60
Some checks failed
Deploy Production / Deploy to Staging (push) Has been skipped
Go Linter / Build golang services (api_gateway) (push) Has been cancelled
Go Linter / Push Docker Images (api_gateway) (push) Has been cancelled
Go Linter / Run golangci-lint (api_gateway) (push) Has been cancelled

This commit is contained in:
Alex Shevchuk
2025-08-21 16:09:05 +03:00
parent 150abcd00d
commit 9c8dec49b7

View File

@@ -115,7 +115,7 @@ jobs:
INTEGRATION_VKUSVILL_API_TOKEN: ${{ secrets.INTEGRATION_VKUSVILL_API_TOKEN }}
run: |
envsubst < docker-compose.$VERSION.yaml > docker-compose.runtime.yaml
envsubst < docker-compose.${{ inputs.environment }}.yaml > docker-compose.runtime.yaml
echo "Deploying version $VERSION to ${{ inputs.environment }}..."
echo "Log level: ${{ inputs.logLevel }}"