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

This commit is contained in:
Alex Shevchuk
2025-08-19 02:23:16 +03:00
parent c3b354bc33
commit 66abf90cba

View File

@@ -62,7 +62,7 @@ jobs:
- name: Verify required files exist
run: |
echo "Checking for config file..."
if [ ! -f "./build/config/staging.yaml" ]; then
if [ ! -f ".build/config/staging.yaml" ]; then
echo "Error: staging.yaml not found!"
exit 1
fi
@@ -87,7 +87,7 @@ jobs:
env:
IMAGE_NAME: molvaapp/test_deploy
IMAGE_TAG: ${{ steps.git-metadata.outputs.GIT_SHA }}
CONFIG_FILE: ./build/config/staging.yaml
CONFIG_FILE: .build/config/staging.yaml
run: |
# export IMAGE_TAG=${{ steps.git-metadata.outputs.GIT_TAG != "none" && steps.git-metadata.outputs.GIT_TAG || steps.git-metadata.outputs.GIT_SHA }}
echo "=== STARTING DOCKER BUILD ==="