Refactor WEBMENTION_TOKEN handling: remove file-based token retrieval and use global variable
All checks were successful
Deploy / deploy (push) Successful in 1m17s
All checks were successful
Deploy / deploy (push) Successful in 1m17s
This commit is contained in:
parent
85f58ae557
commit
7de0a815f4
3 changed files with 19 additions and 30 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue