fuck you
Some checks failed
Deploy website on production server when committing on main / test (push) Failing after 8s

This commit is contained in:
2026-02-01 19:12:14 +01:00
parent 94469a598b
commit 289e06d6c3

View File

@@ -15,6 +15,7 @@ if [ -z "${APP_VERSION}" ]; then
else # Non-interactive (CI): default to "latest"
APP_VERSION="latest"
fi
fi
# Get project commit id and URL
COMMIT_ID=$(git log HEAD --oneline | awk '{print $1}' | head -n1)