53 это Санкт Петербург
All checks were successful
Deploy Production / Deploy to Staging (push) Has been skipped

This commit is contained in:
Alex Shevchuk
2025-08-19 21:05:04 +03:00
parent 76aab2fc9b
commit e1c9235b16

View File

@@ -118,10 +118,11 @@ jobs:
APP_BUILD_DATE=$(wget -q -O - "https://$REGISTRY/v2/namespaces/molvaapp/repositories/$REPO_NAME/tags?page_size=100" \
| jq -r '.results[] | select(.name == "'$VERSION'") | .tag_last_pushed')
echo "APP_BUILD_DATE=$APP_BUILD_DATE"
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 }}"