26
All checks were successful
Deploy Production / Deploy to Staging (push) Has been skipped

This commit is contained in:
Alex Shevchuk
2025-08-19 01:39:30 +03:00
parent ccd2a20d29
commit d94ab3f516

View File

@@ -136,8 +136,6 @@ jobs:
run: |
envsubst < docker-compose.staging.yaml > docker-compose.runtime.yaml
cat docker-compose.runtime.yaml
echo "Deploying version $VERSION to ${{ inputs.environment }}..."
echo "Log level: ${{ inputs.logLevel }}"
@@ -154,4 +152,4 @@ jobs:
- name: Post-deploy
run: |
echo "Deployment to ${{ inputs.environment }} completed."
echo "Version deployed: $VERSION"
echo "Version deployed: ${{ inputs.VERSION }}"