Compare changes

Choose any two refs to compare.

Changed files
+33 -1
.tangled
workflows
+23
.tangled/workflows/build-test.yml
···
···
+
when:
+
- event: ["push", "manual"]
+
branch: ["master"]
+
+
engine: nixery
+
+
clone:
+
skip: false
+
depth: 1
+
submodules: false
+
+
dependencies:
+
nixpkgs:
+
- kaniko
+
+
steps:
+
- name: build image
+
command: |
+
executor \
+
--context=git://tangled.org/did:web:melontini.me/xpost \
+
--dockerfile=Containerfile-alpine \
+
--no-push \
+
--verbosity=info
+9
Dockerfile
···
···
+
FROM caddy:builder-alpine AS builder
+
+
RUN xcaddy build \
+
--with github.com/caddy-dns/porkbun \
+
--with github.com/caddyserver/replace-response
+
+
FROM caddy:alpine
+
+
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
+1 -1
README.md
···
# spindle test
-
nothing to see here i think
···
# spindle test
+
nothing to see here i think sdasdas