Skip to content

Commit

Permalink
chore: remove cacert copying (#2260)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziinc authored Nov 19, 2024
1 parent d22f399 commit 524709f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cloudbuild/secret_setup.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ FROM supabase/logflare:${TAG_VERSION}
RUN apt-get update && apt-get -y install tini
COPY .secrets.env /tmp/.secrets.env
COPY gcloud.json gcloud.json
COPY cacert.pem cacert.pem
COPY cert.pem cert.pem
COPY cert.key cert.key
COPY db-client-cert.pem db-client-cert.pem
Expand Down

0 comments on commit 524709f

Please sign in to comment.