Refactor WEBMENTION_TOKEN handling: remove file-based token retrieval and use global variable
All checks were successful
Deploy / deploy (push) Successful in 1m17s

This commit is contained in:
Adrian Altner 2026-04-22 03:07:20 +02:00
parent 85f58ae557
commit 7de0a815f4
3 changed files with 19 additions and 30 deletions

View file

@ -11,9 +11,6 @@ RUN npm ci
COPY . .
RUN printf '%s' "${WEBMENTION_TOKEN}" > /app/.webmention-token
RUN echo "TOKEN FILE:" && ls -la /app/.webmention-token && wc -c /app/.webmention-token
RUN npm run build