Skip to content

Commit cadff3e

Browse files
committed
2 parents 8d5b3c2 + c494a94 commit cadff3e

File tree

23 files changed

+24185
-345
lines changed

23 files changed

+24185
-345
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ FROM alpine:3.19
1414
COPY --from=build /go/src/app/app /go/bin/app
1515
COPY --from=build /go/src/app/templates /go/bin/templates
1616
COPY --from=build /go/src/app/docs /go/bin/docs
17+
COPY --from=build /go/src/app/munic_polygons /go/bin/munic_polygons
1718

1819
WORKDIR /go/bin
1920

k8s/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: Kustomization
44
namespace: hackqc2024
55
images:
66
- name: ghcr.io/clubcedille/hackqc2024
7-
newTag: commit-5746ba2a007245b2d231fe8f9a5f12e59c278b89
7+
newTag: commit-317c6642e0165ccbb9120d791d7b9fef863485c8
88

99
resources:
1010
- namespace.yaml

0 commit comments

Comments
 (0)