Compare commits

...

3 commits

Author SHA1 Message Date
e2328bde46
updated to new custom docker image
Some checks failed
/ checking (push) Has been cancelled
2023-12-21 15:47:23 +01:00
9243b0cd5a
fixed issue in release yml
All checks were successful
/ checking (push) Successful in 15s
/ build-site (push) Successful in 2m31s
/ release (push) Successful in 7s
2023-12-21 12:28:47 +01:00
aba414e68d Merge pull request 'dev' (#9) from dev into main
All checks were successful
/ checking (push) Successful in 14s
Reviewed-on: #9
2023-12-21 11:27:53 +00:00
2 changed files with 1 additions and 3 deletions

View file

@ -17,7 +17,6 @@ jobs:
run: npm install
- name: Run astro check (linting + static analysis)
run: npm run astro check
run: npm run astro check
build-site:
needs: [checking]

View file

@ -4,8 +4,7 @@ COPY . .
RUN npm i
RUN npm run build
FROM node:lts AS runtime
RUN npm install --global "@warren-bank/serve"
FROM forgejo.neshweb.net/firq/website-serve-docker:latest AS runtime
COPY --from=build /app/dist /public
COPY --from=build /app/serve.json /public/serve.json