Add deployment workflow and configure webmention token handling
All checks were successful
Deploy / deploy (push) Successful in 1m16s

This commit is contained in:
Adrian Altner 2026-04-22 00:13:18 +02:00
parent 934a9f2338
commit 6e1ee689ea
2 changed files with 57 additions and 0 deletions

View file

@ -1,5 +1,8 @@
FROM node:22-bookworm-slim AS build
ARG WEBMENTION_TOKEN=""
ENV WEBMENTION_TOKEN=$WEBMENTION_TOKEN
WORKDIR /app
COPY package.json package-lock.json ./