Bump flake inputs, update deno + lume #14
|
@ -8,7 +8,7 @@ steps:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
- pull_request
|
- pull_request
|
||||||
image: denoland/deno:alpine-1.40.2
|
image: denoland/deno:alpine-1.43.6
|
||||||
commands:
|
commands:
|
||||||
- deno task build
|
- deno task build
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
FROM denoland/deno:alpine-1.41.3 as build-stage
|
FROM denoland/deno:alpine-1.43.6 as build-stage
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY . /app/
|
COPY . /app/
|
||||||
RUN ./build.sh
|
RUN ./build.sh
|
||||||
|
|
||||||
FROM caddy:2.6.4-alpine as app
|
FROM caddy:2.8.4-alpine as app
|
||||||
|
|
||||||
COPY --from=build-stage /app/_site /srv/miom.space/
|
COPY --from=build-stage /app/_site /srv/miom.space/
|
||||||
COPY --from=build-stage /app/Caddyfile /etc/caddy/Caddyfile
|
COPY --from=build-stage /app/Caddyfile /etc/caddy/Caddyfile
|
||||||
|
|
Loading…
Reference in a new issue