53 это Санкт Петербург
All checks were successful
Deploy Production / Deploy to Staging (push) Has been skipped
All checks were successful
Deploy Production / Deploy to Staging (push) Has been skipped
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
|
Reference in New Issue
Block a user