Compare commits
3 commits
c97469662d
...
e2328bde46
Author | SHA1 | Date | |
---|---|---|---|
e2328bde46 | |||
9243b0cd5a | |||
aba414e68d |
2 changed files with 1 additions and 3 deletions
|
@ -17,7 +17,6 @@ jobs:
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: Run astro check (linting + static analysis)
|
- name: Run astro check (linting + static analysis)
|
||||||
run: npm run astro check
|
run: npm run astro check
|
||||||
run: npm run astro check
|
|
||||||
|
|
||||||
build-site:
|
build-site:
|
||||||
needs: [checking]
|
needs: [checking]
|
||||||
|
|
|
@ -4,8 +4,7 @@ COPY . .
|
||||||
RUN npm i
|
RUN npm i
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
FROM node:lts AS runtime
|
FROM forgejo.neshweb.net/firq/website-serve-docker:latest AS runtime
|
||||||
RUN npm install --global "@warren-bank/serve"
|
|
||||||
|
|
||||||
COPY --from=build /app/dist /public
|
COPY --from=build /app/dist /public
|
||||||
COPY --from=build /app/serve.json /public/serve.json
|
COPY --from=build /app/serve.json /public/serve.json
|
||||||
|
|
Loading…
Reference in a new issue