Build and push CoqDecks / build (push) Failing after 14m43s
Deploys ManyDecks (deck creation UI) at decks.jeux.alocoq.fr: - postgres.yaml: CNPG Role + Database on postgres-main (sql namespace) - server.yaml: ManyDecks API server, config mounted from Secret - client.yaml: nginx client with custom config pointing to manydecks-server - ingress.yaml: TLS ingress for decks.jeux.alocoq.fr - secrets.example.yaml: template to copy → secrets.yaml (gitignored) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
14 lines
194 B
Plaintext
14 lines
194 B
Plaintext
# IDE files.
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Generated files.
|
|
dist/
|
|
|
|
# Package management cruft.
|
|
elm-stuff/
|
|
node_modules/
|
|
|
|
# Kubernetes secrets (never commit real credentials).
|
|
deploy/manydecks/secrets.yaml
|