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

This commit is contained in:
Alex Shevchuk
2025-08-19 20:32:48 +03:00
parent 4114807e1c
commit d79ff7ea73
3 changed files with 21 additions and 1 deletions

View File

@@ -34,7 +34,6 @@ jobs:
uses: actions/checkout@v3
- name: Extract Git metadata
if: ${{ inputs.version == 'new' }}
id: git-metadata
run: |
echo "GIT_SHA=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
@@ -88,6 +87,9 @@ jobs:
VERSION: ${{ inputs.version == 'new' && 'latest' || inputs.version }}
APP_COMMIT: ${{ steps.git-metadata.outputs.GIT_TAG != 'none' && steps.git-metadata.outputs.GIT_TAG || steps.git-metadata.outputs.GIT_SHA }}
APP_BUILD_DATE: ${{ date +"%Y-%m-%d %T %Z" }}
KEYCLOAK_BASE_URL: ${{ secrets.KEYCLOAK_BASE_URL }}
KEYCLOAK_REALM: ${{ secrets.KEYCLOAK_REALM }}
KEYCLOAK_CLIENT_ID: ${{ secrets.KEYCLOAK_CLIENT_ID }}