Add deployment workflow and configure webmention token handling
All checks were successful
Deploy / deploy (push) Successful in 1m16s
All checks were successful
Deploy / deploy (push) Successful in 1m16s
This commit is contained in:
parent
934a9f2338
commit
6e1ee689ea
2 changed files with 57 additions and 0 deletions
|
|
@ -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 ./
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue